diff options
Diffstat (limited to 'checklist-macosx.txt')
-rw-r--r-- | checklist-macosx.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/checklist-macosx.txt b/checklist-macosx.txt deleted file mode 100644 index e3d48eb..0000000 --- a/checklist-macosx.txt +++ /dev/null @@ -1,25 +0,0 @@ -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 - cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install -DBUILD_SHARED_LIBS=FALSE - make -j4 - make install - -o Patch OpenCSG - - cd OpenCSG-1.2.0 - patch -p1 < ../openscad/OpenCSG-1.2.0-MacOSX-port.patch - patch -p1 < ../openscad/OpenCSG-1.2.0-Reset-Hack.patch # Only if MDI - -o Build OpenCSG - - qmake -recursive - make - -o Build and Deploy OpenSCAD - -# Update VERSION in release-macosx.sh - cd openscad - ./release-macosx.sh |