We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eee032 commit e9ff89fCopy full SHA for e9ff89f
README.md
@@ -61,9 +61,9 @@ cd ..
61
mkdir build-ui
62
cd build-ui
63
cmake .. -G Ninja -DCMAKE_PREFIX_PATH="/opt/biogears/external/"
64
-cmake -DCMAKE_BUILD_TYPE=Debug .
65
-cmake --build . --config Debug --target install
66
-cmake --build . --config Debug --target gather_runtime_dependencies
+cmake -DCMAKE_BUILD_TYPE=Release .
+cmake --build . --config Release --target install
+cmake --build . --config Release --target gather_runtime_dependencies
67
```
68
69
Further instructions can be found in our WIKI at our github page
0 commit comments