From 017da305b1ff9c427b617d65c8c83cfb71a41324 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Thu, 13 Jul 2023 19:29:54 +0200 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa5bd8..136aa2d 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,6 @@ You will need to install a few dependencies before running the project setup. sudo apt install -y libglew-dev libassimp-dev libboost-all-dev libgtk-3-dev libopencv-dev libglfw3-dev libavdevice-dev libavcodec-dev libeigen3-dev libxxf86vm-dev libembree-dev # Project setup cd SIBR_viewers -# Default cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release # add -G Ninja to build faster cmake --build build -j24 --target install ``` @@ -382,6 +381,8 @@ SIBR has many other functionalities, please see the [documentation](https://sibr Flag to load source dataset images to be displayed in the top view for each camera. #### --device Index of CUDA device to use for rasterization if multiple are available, ```0``` by default. + #### --no_interop + Disables CUDA/GL interop forcibly. Use on systems that may not behave according to spec (e.g., WSL2 with MESA GL 4.5 software rendering).