How do you build your C/C++ software with ninja-like speed? Use the Ninja build system!
And now, like CMake, you can install Ninja from Python!
1 2 3 |
<span style="font-size: 10pt"><span style="font-weight: 400"> python -m pip install --upgrade pip</span> <span style="font-weight: 400"> python -m pip install ninja</span></span> |
CMake can generate Ninja build files whether on Windows, macOS, or Linux. The Ninja build system evaluates build dependencies with lightning speed for an amazing quick start up. It also runs builds in parallel by default.
For more information on the Ninja Python wheels, see the GitHub repository.