diff options
author | meta <s@w23.at> | 2011-01-21 21:09:18 (GMT) |
---|---|---|
committer | meta <s@w23.at> | 2011-01-21 21:09:18 (GMT) |
commit | 52a474eb5213cfdda7b4825d51861de27b48954f (patch) | |
tree | 68844b571bc1a497119de8553c7c96385dda87e0 /doc/build-macosx.txt | |
parent | 94748bb8d2cb9943f2cfb0accb71fd64f73584fc (diff) | |
parent | 69b48597eae52f9e2cf0dd7273a87287c97002b2 (diff) |
Merge branch 'master' of https://github.com/meta23/openscad
Conflicts:
openscad.pro
Diffstat (limited to 'doc/build-macosx.txt')
-rw-r--r-- | doc/build-macosx.txt | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/build-macosx.txt b/doc/build-macosx.txt deleted file mode 100644 index 71750b8..0000000 --- a/doc/build-macosx.txt +++ /dev/null @@ -1,41 +0,0 @@ -o Prerequisites (MacPorts): - - NB! CGAL requires gcc >= 4.2 (This is default in 10.6 Snow Leopard) - - eigen - - boost - - gmp - - mpfr - - cmake - - qt4-mac-devel - - glew - -o An important note about paths: - You can choose where to put the libs you build yourself as long as - this is reflected in the environment variables as specified under - 'Build OpenSCAD'. - -o Build CGAL >= 3.5 - - tar xzf CGAL-3.6.tar.gz - cd CGAL-3.6 - cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install/CGAL-3.6 -DBUILD_SHARED_LIBS=FALSE - make -j4 - make install - -o Patch OpenCSG >= 1.3.0 - - tar xzf OpenCSG-1.3.0.tar.gz - cd OpenCSG-1.3.0 - patch -p1 < ../openscad/patches/OpenCSG-1.3.0-MacOSX-port.patch - -o Build OpenCSG - - qmake -recursive - make - -o Build OpenSCAD - - cd openscad - export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 - export CGALDIR=$PWD/../install/CGAL-3.6 - qmake - make |