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!

  python -m pip install --upgrade pip

  python -m pip install ninja

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.

Leave a Reply