diff options
| author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-07 16:16:47 (GMT) | 
|---|---|---|
| committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-07 16:16:47 (GMT) | 
| commit | 2bc4e8b860d5626f66f61cbad4e62d519e0e7a48 (patch) | |
| tree | 274e82514aeef1502329f858d5cd7985710f40a0 /doc | |
| parent | 38a4aabc2cbe8efbbbf0fda905ab3eca0657c2dd (diff) | |
Don't use the release script for development builds
git-svn-id: http://svn.clifford.at/openscad/trunk@527 b57f626f-c46c-0410-a088-ec61d464b74c
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  | 
