diff options
-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 |