blob: 623d7d077105fcf145a250c444af786f169ffca3 (
plain)
1
2
3
4
5
6
7
8
|
echo "tested on OpenSUSE 12. If this fails try 'old linux' build (see README.md)"
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"
|