summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-03 00:21:44 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-03 00:21:44 (GMT)
commite68773df5093caff423ab4c9869f9a591dbade6f (patch)
tree4f3ea5ae89439f30f88231c67dd22e691fc480a9 /scripts
parent24d7edd8cab9cf359ccd89bf88bf7a55e2cfc21b (diff)
Upgraded OpenCSG to 1.3.2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-dependencies.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index 32b15cd..e69d594 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -185,10 +185,10 @@ build_opencsg()
version=$1
echo "Building OpenCSG" $version "..."
cd $BASEDIR/src
+ rm -rf OpenCSG-$version
curl -O http://www.opencsg.org/OpenCSG-$version.tar.gz
tar xzf OpenCSG-$version.tar.gz
cd OpenCSG-$version
- patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-FBO.patch
patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-MacOSX-port.patch
MACOSX_DEPLOY_DIR=$DEPLOYDIR qmake -r CONFIG+="x86 x86_64"
make install
@@ -202,4 +202,4 @@ build_boost 1.47.0
# NB! For CGAL, also update the actual download URL in the function
build_cgal 3.9
build_glew 1.7.0
-build_opencsg 1.3.0
+build_opencsg 1.3.2
contact: Jan Huwald // Impressum