Skip to content
Snippets Groups Projects
Commit 93d52d0f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

install libgsl if CSM

parent 2c6b9f43
No related branches found
No related tags found
No related merge requests found
Pipeline #8481 canceled
...@@ -323,6 +323,11 @@ if [ $INSTALL_LASER == "y" ]; then ...@@ -323,6 +323,11 @@ if [ $INSTALL_LASER == "y" ]; then
read INSTALL_CSM read INSTALL_CSM
fi fi
if [ $INSTALL_CSM == "y" ]; then if [ $INSTALL_CSM == "y" ]; then
if [ "$UID" -eq 0 -o "$EUID" -eq 0 ]; then
apt install -y libgsl-dev
else
sudo apt install -y libgsl-dev
fi
cd $DEPS_PATH cd $DEPS_PATH
git clone https://gitlab.iri.upc.edu/labrobotica/algorithms/csm.git git clone https://gitlab.iri.upc.edu/labrobotica/algorithms/csm.git
cd csm cd csm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment