Update to actually used library versions

stl_dim
Marius Kintel 2011-01-21 21:43:35 +01:00
parent 397294fbec
commit 46fde22b32
1 changed files with 11 additions and 5 deletions

16
README
View File

@ -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):