diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-11 04:48:29 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-11 04:48:29 (GMT) |
commit | bf22cef8d94defb615bb5c3ee17d827d94704b8e (patch) | |
tree | 5d3d09b239a4be8f064271bd82d8c2b3a88d98d0 /scripts/opensuse-build-dependencies.sh | |
parent | 4440cb81f98f9723cfb6d1a971a1dcc8fc8d44a9 (diff) |
rewrite to be compatible with ubuntu 'dash' shell
Diffstat (limited to 'scripts/opensuse-build-dependencies.sh')
-rwxr-xr-x | scripts/opensuse-build-dependencies.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/opensuse-build-dependencies.sh b/scripts/opensuse-build-dependencies.sh new file mode 100755 index 0000000..623d7d0 --- /dev/null +++ b/scripts/opensuse-build-dependencies.sh @@ -0,0 +1,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" |