diff options
| author | Marius Kintel <marius@kintel.net> | 2011-04-12 15:51:45 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-04-12 15:51:45 (GMT) | 
| commit | 1754a970a76c071fff91cc7c716aa0b78b4ac6be (patch) | |
| tree | 5faa0fad3b5324423cd44413d5fdd16c586c1e29 /README | |
| parent | 592ca6abadcb6443629be4407b973279a891278c (diff) | |
| parent | a3cfe9e6d76f41cbd13711d1bc3843afe3d14f2d (diff) | |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'README')
| -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): | 
