summaryrefslogtreecommitdiff
path: root/scripts/macosx-build-dependencies.sh
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-10-31 00:30:27 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-10-31 00:30:27 (GMT)
commit746159d1838e895e80725cdc892f7bef85feb1af (patch)
tree5996824c15ccca985630ff07294a5b79158e4d86 /scripts/macosx-build-dependencies.sh
parent487dace74e31f0d475daffeca404ece520b782a2 (diff)
Updated to latest versions
git-svn-id: http://svn.clifford.at/openscad/trunk@570 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-xscripts/macosx-build-dependencies.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index 3fba062..ef4653c 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -118,7 +118,7 @@ build_cgal()
version=$1
echo "Building CGAL" $version "..."
cd $BASEDIR/src
- curl -O https://gforge.inria.fr/frs/download.php/27222/CGAL-$version.tar.gz
+ curl -O https://gforge.inria.fr/frs/download.php/27641/CGAL-$version.tar.gz
tar xzf CGAL-$version.tar.gz
cd CGAL-$version
# We build a static lib. Not really necessary, but it's well tested.
@@ -156,9 +156,9 @@ build_opencsg()
echo "Using basedir:" $BASEDIR
mkdir -p $SRCDIR $DEPLOYDIR
-#build_gmp 5.0.1
-#build_mpfr 3.0.0
-#build_boost 1.43.0
-#build_cgal 3.6.1
-#build_glew 1.5.4
+build_gmp 5.0.1
+build_mpfr 3.0.0
+build_boost 1.44.0
+build_cgal 3.7
+build_glew 1.5.6
build_opencsg 1.3.0
contact: Jan Huwald // Impressum