Merge branch 'main' into develop

This commit is contained in:
bkerbl
2023-07-12 15:48:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

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