(doc): make cmake build parallel on linux

This commit is contained in:
Benjamin Jurk 2024-11-23 09:34:00 +01:00 committed by Anonymous Maarten
parent 61ba8010d3
commit fdafa266d8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Run: `cmake -S . -B build -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" && cmake --bu
## Linux and other UNIX systems:
Run: `cmake -S . -B build && cmake --build build && cmake --install build`
Run: `cmake -S . -B build && cmake --build build --parallel $(nproc) && cmake --install build`
## Android: