Skip to content

Commit 8ea0d74

Browse files
committed
The BioGears UI now builds BioGears through CMake specific to its release
1 parent 95d3c39 commit 8ea0d74

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,12 @@ cd visualizer
5555
git submodule init
5656
git 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
6860
cd ..
6961
mkdir build-ui
7062
cd 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/"
7264
cmake -DCMAKE_BUILD_TYPE=Debug .
7365
cmake --build . --config Debug --target install
7466
cmake --build . --config Debug --target STAGE

0 commit comments

Comments
 (0)