File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,12 @@ cd visualizer
5555git submodule init
5656git submodule update --progress
5757
58- #Building BioGears Example for gcc5.4 on Ubuntu 16.4
59- mkdir build-libbiogears
60- cd build-gcc5.4
61- cmake ../projects/libbiogears -G Ninja -DCMAKE_PREFIX_PATH=/opt/biogears/external/ -DCMAKE_INSTALL_PREFIX=/opt/biogears/visualizer/build-ui/usr
62- cmake -DCMAKE_BUILD_TYPE=Release .
63- cmake --build . --config Release --target install
64- cmake -DCMAKE_BUILD_TYPE=Debug .
65- cmake --build . --config Debug --target install
6658
6759#Building the Visualizer code against biogears
6860cd ..
6961mkdir build-ui
7062cd build-ui
71- cmake .. -G Ninja -DCMAKE_PREFIX_PATH="/opt/biogears/external/;/opt/biogears/visualizer/build-ui/usr'
63+ cmake .. -G Ninja -DCMAKE_PREFIX_PATH="/opt/biogears/external/"
7264cmake -DCMAKE_BUILD_TYPE=Debug .
7365cmake --build . --config Debug --target install
7466cmake --build . --config Debug --target STAGE
You can’t perform that action at this time.
0 commit comments