Is there any problem to install ninja too #2275
Replies: 3 comments 2 replies
-
Already discussed in #514 and #741 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Most cmake projects would build much faster with ninja than with make, even on a single CPU system ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ninja is now available in all the images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ninja is a small build system with a focus on speed. https://ninja-build.org/
It can be used with
cmake -B ../build -G Ninja -S $PWD
And is much faster than make!
Beta Was this translation helpful? Give feedback.
All reactions