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 25, 2023
1 parent fe5a4e1 commit 0b742a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/full_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +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
sudo ldconfig

0 comments on commit 0b742a9

Please sign in to comment.