Merge pull request #615 from daedroza/master

configure.sh: Yes to GAL deps
pull/630/head
Dakota Benjamin 2017-06-27 08:16:51 -04:00 zatwierdzone przez GitHub
commit c43366a628
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ install() {
appsettings
echo "Installing CGAL dependencies"
sudo apt-get install libgmp-dev libmpfr-dev
sudo apt-get install -y libgmp-dev libmpfr-dev
echo "Installing Ecto Dependencies"
sudo pip install -U catkin-pkg
@ -134,4 +134,4 @@ else
echo "Invalid instructions." >&2
usage
exit 1
fi
fi