diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-18 22:30:47 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-18 22:30:47 (GMT) |
commit | 526ed73ec20c222ab64824c95eae36da3bbf2e57 (patch) | |
tree | c20d7da5dc1bf439933f37e1a2b9d44c774d7fcb | |
parent | 1e0ce9e46b9b17344f1b3e6cce3aed44d93885cd (diff) |
restore commented-out build commands
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index 01e08be..8bdba4c 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -326,14 +326,13 @@ fi # edit version numbers here as needed. # -#build_eigen 2.0.17 build_eigen 3.1.1 -#build_gmp 5.0.5 -#build_mpfr 3.1.1 -#build_boost 1.47.0 +build_gmp 5.0.5 +build_mpfr 3.1.1 +build_boost 1.50.0 # NB! For CGAL, also update the actual download URL in the function -#build_cgal 4.0.2 -#build_glew 1.7.0 -#build_opencsg 1.3.2 +build_cgal 4.0.2 +build_glew 1.7.0 +build_opencsg 1.3.2 echo "OpenSCAD dependencies built and installed to " $BASEDIR |