Skip to content

Commit

Permalink
Update full_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored May 24, 2023
1 parent 412010f commit 5841777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/full_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ sudo apt-get -y install python3-dev python3-numpy python3-nose libboost-python-d
mkdir wbc/build && cd wbc/build
cmake .. -DUSE_PYTHON=1 -DUSE_EIQUADPROG=1 -DUSE_KDL=1 -DUSE_QPSWIFT=1
make -j8 && sudo make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

0 comments on commit 5841777

Please sign in to comment.