diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-23 00:00:48 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-23 00:00:48 (GMT) |
commit | f3cd856282e45eeb3facfa4c52c99be13b5477ad (patch) | |
tree | 42f4c3225b4287249acd9dc26a2175dec8aa35c1 /scripts | |
parent | 0f72b116c5ae5602f708fbd16a815bde995dd9d5 (diff) |
netbsd fixes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setenv-unibuild.sh | 2 | ||||
-rwxr-xr-x | scripts/uni-get-dependencies.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/setenv-unibuild.sh b/scripts/setenv-unibuild.sh index e734df7..456c7cd 100644 --- a/scripts/setenv-unibuild.sh +++ b/scripts/setenv-unibuild.sh @@ -58,7 +58,7 @@ setenv_netbsd() QMAKESPEC=netbsd-g++ QTDIR=/usr/pkg/qt4 PATH=/usr/pkg/qt4/bin:$PATH - LD_LIBRARY_PATH=/usr/pkg/qt4/lib:$LD_LIBRARY_PATH + LD_LIBRARY_PATH=/usr/pkg/qt4/lib:/usr/X11R7/lib:$LD_LIBRARY_PATH export QMAKESPEC export QTDIR diff --git a/scripts/uni-get-dependencies.sh b/scripts/uni-get-dependencies.sh index cb03563..c530be9 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -20,6 +20,8 @@ get_freebsd_deps() get_netbsd_deps() { + echo Netbsd: You must install the X sets before running.. + sleep 2 sudo pkgin install bison boost cmake git bash eigen flex gmake gmp mpfr \ qt4 glew cgal opencsg modular-xorg } |