diff options
| author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-24 10:59:15 (GMT) | 
|---|---|---|
| committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-24 10:59:15 (GMT) | 
| commit | ba42e6c30be19004f0c4351f51005bc5e5dabdca (patch) | |
| tree | 718836294c363f8b31e806954f252933a9871795 /README | |
| parent | 12e8d77bc0e4a059feb0ead66de0a04a71fb8d67 (diff) | |
Clifford Wolf:
	Preps for OpenCSG interface
	Invented AbstractPolyNode
git-svn-id: http://svn.clifford.at/openscad/trunk@15 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 | 
1 files changed, 9 insertions, 0 deletions
@@ -22,9 +22,18 @@ may not work as well..  * CGAL (3.4):    http://www.cgal.org/ +* boost (1.35, required by CGAL) +  http://www.boost.org/ + +* cmake (2.6.2, required by CGAL) +  http://www.cmake.org/ +  * OpenCSG (1.1.0):    http://www.opencsg.org/ +* GLEW (bundled with OpenCSG) +  http://glew.sourceforge.net/ +  * GCC C++ Compiler (4.3.1):    http://gcc.gnu.org/  | 
