diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-macosx.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build-macosx.txt b/doc/build-macosx.txt index ad050ad..71750b8 100644 --- a/doc/build-macosx.txt +++ b/doc/build-macosx.txt @@ -37,4 +37,5 @@ o Build OpenSCAD cd openscad export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 export CGALDIR=$PWD/../install/CGAL-3.6 - ./scripts/release-common.sh + qmake + make |