DragonBuild / dragon

pip install dragon | A Powerful buildsystem and toolkit currently targeting darwin (iOS/macOS) machines
MIT License
220 stars 23 forks source link

[Linux] ninja-build package isn't installed as a dependency #84

Closed L1ghtmann closed 2 years ago

L1ghtmann commented 3 years ago

pip3 install dragon cd into a project dragon b
"E: Unable to locate package ninja"

Fix by running sudo apt-get install ninja-build