diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-19 04:10:13 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-19 04:10:13 (GMT) |
commit | b5a6cb9a6edf5bfdc9349d1c596c329895e645af (patch) | |
tree | d31703e67e4d46d3d689f3a53db62bcbc73f4ac3 | |
parent | b7dfa84df11e2bb2098221caf382a6da491fa696 (diff) |
minor doc/todo update
git-svn-id: http://svn.clifford.at/openscad/trunk@486 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/OpenSCAD-compile.graffle | bin | 5353 -> 5568 bytes | |||
-rw-r--r-- | doc/TODO.txt | 2 | ||||
-rw-r--r-- | doc/checklist-macosx.txt | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/OpenSCAD-compile.graffle b/doc/OpenSCAD-compile.graffle Binary files differindex 44626d6..0026002 100644 --- a/doc/OpenSCAD-compile.graffle +++ b/doc/OpenSCAD-compile.graffle diff --git a/doc/TODO.txt b/doc/TODO.txt index 9a934c3..f129e85 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -145,6 +145,8 @@ TESTING ------- o Write some cmd-line apps that dump an openscad file to misc. formats (dump, stl, dxf) +o Write a simple test script that collects verified and current STL renderings + and displays them side-by-side or smth. o Write simple driver scripts for comparing output of above command o Collect "all" available OpenSCAD scripts from the internets and run the integration tests on them all diff --git a/doc/checklist-macosx.txt b/doc/checklist-macosx.txt index 99c843c..998a10e 100644 --- a/doc/checklist-macosx.txt +++ b/doc/checklist-macosx.txt @@ -10,7 +10,7 @@ o Build CGAL: tar xzf CGAL-3.5.1.tar.gz cd CGAL-3.5.1 - patch -p1 < ../openscad/CGAL-OGL-Tess-Combine-Fix.patch + patch -p1 < ../openscad/patches/CGAL-OGL-Tess-Combine-Fix.patch cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install -DBUILD_SHARED_LIBS=FALSE make -j4 make install @@ -18,7 +18,7 @@ o Build CGAL: o Patch OpenCSG cd OpenCSG-1.3.0 - patch -p1 < ../openscad/OpenCSG-1.3.0-MacOSX-port.patch + patch -p1 < ../openscad/patches/OpenCSG-1.3.0-MacOSX-port.patch o Build OpenCSG |