Skip to content

Commit

Permalink
opensuse - get bison/flex
Browse files Browse the repository at this point in the history
  • Loading branch information
donbright committed Dec 21, 2012
1 parent 1a399e7 commit b43cee7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions scripts/uni-get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ get_freebsd_deps()
pkg_add -r opencsg cgal
}

get_opensuse_deps()
{
sudo zypper install libeigen2-devel mpfr-devel gmp-devel boost-devel \
libqt4-devel glew-devel cmake git bison flex cgal-devel opencsg-devel
}

debian_too_old()
{
Expand Down Expand Up @@ -52,13 +57,6 @@ get_debian_deps()
}


get_opensuse_deps()
{
sudo zypper install libeigen2-devel mpfr-devel gmp-devel boost-devel \
libqt4-devel glew-devel cmake git cgal-devel
}


if [ "`cat /etc/issue | grep -i ubuntu`" ]; then
get_debian_deps
elif [ "`cat /etc/issue | grep -i debian`" ]; then
Expand Down

0 comments on commit b43cee7

Please sign in to comment.