summaryrefslogtreecommitdiff
path: root/scripts/freebsd-build-dependencies.sh
blob: 4ea61de2435cb3307f03f9626693ca05fdcb1455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/local/bin/bash -e

echo "Tested on FreeBSD 9. Please see README.md for info on older systems."

if [ "`pkg_info | grep -i cgal `" ]; then
	echo Stopping. Please remove any CGAL packages you have installed and restart
	exit
fi

if [ "`pkg_info | grep -i opencsg`" ]; then
	echo Stopping. Please remove any OpenCSG packages you have installed and restart
	exit
fi

OPENSCADDIR=$PWD
if [ ! -f $OPENSCADDIR/openscad.pro ]; then
  echo "Must be run from the OpenSCAD source root directory"
  exit 0
fi

. ./scripts/setenv-freebsdbuild.sh

pkg_add -r bison boost-libs cmake git bash eigen2 flex gmake gmp mpfr 
pkg_add -r xorg libGLU libXmu libXi xorg-vfbserver glew
pkg_add -r qt4-corelib qt4-gui qt4-moc qt4-opengl qt4-qmake qt4-rcc qt4-uic

BASEDIR=/usr/local ./scripts/linux-build-dependencies.sh cgal-use-sys-libs
BASEDIR=/usr/local ./scripts/linux-build-dependencies.sh opencsg
contact: Jan Huwald // Impressum