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 Jun 20, 2023
1 parent 06c2928 commit e9a65e4
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 @@ -95,5 +95,5 @@ sudo apt-get -y install python3-dev python3-numpy python3-nose libboost-python-d
# WBC
mkdir wbc/build && cd wbc/build
cmake .. -DUSE_PYTHON=1 -DUSE_EIQUADPROG=1 -DUSE_KDL=1 -DUSE_QPSWIFT=1
make -j8 && sudo make install
make -j8 && sudo make install && cd ../..
sudo ldconfig

0 comments on commit e9a65e4

Please sign in to comment.