From b5a6cb9a6edf5bfdc9349d1c596c329895e645af Mon Sep 17 00:00:00 2001 From: kintel Date: Fri, 19 Mar 2010 04:10:13 +0000 Subject: minor doc/todo update git-svn-id: http://svn.clifford.at/openscad/trunk@486 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/doc/OpenSCAD-compile.graffle b/doc/OpenSCAD-compile.graffle index 44626d6..0026002 100644 Binary files a/doc/OpenSCAD-compile.graffle and b/doc/OpenSCAD-compile.graffle differ 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 -- cgit v0.10.1