Building
Requirements
On Ubuntu, install the required dependencies with:
sudo apt install libclang-22-dev clang++-22 ninja-build cmake
pip install ruff==0.15.22
Build
mkdir build
cd build
cmake -GNinja ..
ninja
ninja check
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
On Ubuntu, install the required dependencies with:
sudo apt install libclang-22-dev clang++-22 ninja-build cmake
pip install ruff==0.15.22
mkdir build
cd build
cmake -GNinja ..
ninja
ninja check