From 0b742a9a43ae8ae9d740b4eba08f8482b6917a7e Mon Sep 17 00:00:00 2001 From: Dennis Mronga Date: Thu, 25 May 2023 15:45:47 +0200 Subject: [PATCH] Update full_install.sh --- scripts/full_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/full_install.sh b/scripts/full_install.sh index 1e005f82..18e57ad0 100644 --- a/scripts/full_install.sh +++ b/scripts/full_install.sh @@ -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