Skip to content

Instantly share code, notes, and snippets.

@jrhemstad
jrhemstad / ninja_instructions.md
Last active December 8, 2025 20:55
How to build with Ninja

How to Use Ninja

  1. Install Ninja
sudo apt install ninja-build
  1. Configure CMake to create Ninja build files
mkdir build && cd build