From e44ee39d8d0a56fa49e7a4ba613090dd4d3afe16 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Wed, 12 Jul 2023 15:37:28 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa338a9..08e7587 100644 --- a/README.md +++ b/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