Browse Source

Update readme

bkerbl 2 years ago
parent
commit
e44ee39d8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -297,7 +297,7 @@ sudo apt install -y libglew-dev libassimp-dev libboost-all-dev libgtk-3-dev libo
 # Project setup
 cd SIBR_viewers
 cmake -Bbuild .
-cmake --build build --target install
+cmake --build build -j 24 --target install --config Release
 ``` 
 
 #### Ubuntu 20.04