diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-23 22:32:08 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-23 22:32:08 (GMT) |
commit | 12e8d77bc0e4a059feb0ead66de0a04a71fb8d67 (patch) | |
tree | 8b250eee33c282618eb561291a7eea99f6af82d4 /README | |
parent | 4daae374011de97aafa999f2353e2c7d17511046 (diff) |
Clifford Wolf:
Documentation and UI progress
git-svn-id: http://svn.clifford.at/openscad/trunk@14 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'README')
-rw-r--r-- | README | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -0,0 +1,42 @@ + +WHAT IS IT? +=========== + +OpenSCAD (Open Solid CAD) is a tool for designing solid 3D objects using CSG +techniques. Basically OpenSCAD is a compiler that transforms descriptions of +3D objects written in a special computer language to 3D models. + +FIXME: Add some more introduction.. + + +PREREQUISITES +============= + +To build OpenSCAD, you need some libraries and tools. The version numbers in +brakets specify the versions I have used for my tests. Other versions may or +may not work as well.. + +* Qt4 (4.5.1): + http://www.qtsoftware.com/ + +* CGAL (3.4): + http://www.cgal.org/ + +* OpenCSG (1.1.0): + http://www.opencsg.org/ + +* GCC C++ Compiler (4.3.1): + http://gcc.gnu.org/ + +* Bison (2.4): + http://www.gnu.org/software/bison/ + +* Flex (2.5.35): + http://flex.sourceforge.net/ + + +LANGUAGE DESCRIPTION +==================== + +FIXME: This still needs to be written.. + |