diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-02 23:38:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-02 23:38:12 (GMT) |
commit | 4432eb78aa5fc46a746893f8bdfe4f62f83e61a4 (patch) | |
tree | 465f93b586007d4ebd1f458a3ef70bc265464753 | |
parent | 84e98b178ad60b22ae6a3b60ea3f6296b1f71989 (diff) |
Updated version requirements of 3rd party libraries
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -37,7 +37,7 @@ development. Other versions may or may not work as well.. * Qt4 (4.4 - 4.7): http://www.qtsoftware.com/ -* CGAL (3.6 - 3.7): +* CGAL (3.6 - 3.9): http://www.cgal.org/ * GMP (5.0.x): @@ -46,7 +46,7 @@ development. Other versions may or may not work as well.. * MPFR (3.0.x): http://www.mpfr.org/ -* boost (1.35 - 1.44, required by CGAL) +* boost (1.35 - 1.47) http://www.boost.org/ * cmake (2.6.x, required by CGAL) @@ -55,10 +55,10 @@ development. Other versions may or may not work as well.. * OpenCSG (1.3.0): http://www.opencsg.org/ -* GLEW (1.5.x, also bundled with OpenCSG) +* GLEW (1.5.x, 1.6.x, also bundled with OpenCSG) http://glew.sourceforge.net/ -* Eigen2 (2.0.11) +* Eigen2 (2.0.13->) http://eigen.tuxfamily.org/ * GCC C++ Compiler (4.2, 4.3.1): |