diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-07-11 04:01:20 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-07-11 04:01:20 (GMT) |
commit | 4440cb81f98f9723cfb6d1a971a1dcc8fc8d44a9 (patch) | |
tree | 6dc499b5bfab2039fbead9584371d3151d966ac4 | |
parent | 631ac4606dd78f5a51c298fb64a3616eef25337d (diff) |
make name match other build script names better
-rwxr-xr-x | scripts/opensuse-get-dependencies.sh (renamed from scripts/getpackages-opensuse.sh) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/getpackages-opensuse.sh b/scripts/opensuse-get-dependencies.sh index 28e9c9d..623d7d0 100755 --- a/scripts/getpackages-opensuse.sh +++ b/scripts/opensuse-get-dependencies.sh @@ -1,3 +1,5 @@ +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 |