script to auto-download/install dependency packages in OpenSUSE

felipesanches-svg
Don Bright 2012-07-10 22:52:16 -05:00
parent b2c12d23a9
commit 631ac4606d
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
sudo zypper install libeigen2-devel mpfr-devel gmp-devel boost-devel \
libqt4-devel glew-devel cmake git
echo "now copy/paste the following to install CGAL and OpenCSG from source:"
echo "sudo BASEDIR=/usr/local ./scripts/linux-build-dependencies.sh cgal-use-sys-libs"
echo "sudo BASEDIR=/usr/local ./scripts/linux-build-dependencies.sh opencsg"