Guest User

Untitled

a guest
Apr 22nd, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ninja: fatal: ninja version (1.6.0) incompatible with build file ninja_required_version version (1.7.2).
  2.  
  3. pip install ninja==1.7.2
  4.  
  5. git clone git://github.com/ninja-build/ninja.git && cd ninja
  6. git checkout release
  7. cat README
  8.  
  9. sudo apt-get install ninja 1.7.2
Add Comment
Please, Sign In to add comment