浏览代码

(doc): make cmake build parallel on linux

Benjamin Jurk 8 月之前
父节点
当前提交
fdafa266d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md

@@ -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: