summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2012-07-11 03:52:16 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2012-07-11 03:52:16 (GMT)
commit631ac4606dd78f5a51c298fb64a3616eef25337d (patch)
treef073e8519a237e7af21dd86bf4d4a4172e8d3bfb /scripts
parentb2c12d23a95ca95cb74b2399625b3f949c98f657 (diff)
script to auto-download/install dependency packages in OpenSUSE
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/getpackages-opensuse.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/getpackages-opensuse.sh b/scripts/getpackages-opensuse.sh
new file mode 100755
index 0000000..28e9c9d
--- /dev/null
+++ b/scripts/getpackages-opensuse.sh
@@ -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"
contact: Jan Huwald // Impressum