diff options
author | Marius Kintel <marius@kintel.net> | 2011-01-21 20:43:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-01-21 20:43:35 (GMT) |
commit | 46fde22b32c5fa1625c41e00983853d238153242 (patch) | |
tree | 5620cb2df51e48d9f31cc758f4892115518195c4 | |
parent | 397294fbec1de5c3b02f7315509fffc919105392 (diff) |
Update to actually used library versions
-rw-r--r-- | README | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -34,13 +34,19 @@ To build OpenSCAD, you need some libraries and tools. The version numbers in brackets specify the versions which have been used for development. Other versions may or may not work as well.. -* Qt4 (4.4 - 4.6): +* Qt4 (4.4 - 4.7): http://www.qtsoftware.com/ -* CGAL (3.5.x): +* CGAL (3.6 - 3.7): http://www.cgal.org/ -* boost (1.35 - 1.41, required by CGAL) +* GMP (5.0.x): + http://www.gmplib.org/ + +* MPFR (3.0.x): + http://www.mpfr.org/ + +* boost (1.35 - 1.44, required by CGAL) http://www.boost.org/ * cmake (2.6.x, required by CGAL) @@ -49,13 +55,13 @@ development. Other versions may or may not work as well.. * OpenCSG (1.3.0): http://www.opencsg.org/ -* GLEW (bundled with OpenCSG) +* GLEW (1.5.x, also bundled with OpenCSG) http://glew.sourceforge.net/ * Eigen2 (2.0.11) http://eigen.tuxfamily.org/ -* GCC C++ Compiler (4.0, 4.2, 4.3.1): +* GCC C++ Compiler (4.2, 4.3.1): http://gcc.gnu.org/ * Bison (2.4): |