summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-07 19:04:12 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-07 19:04:12 (GMT)
commit397a0209cc911a4a0497650fa08798ddca00339c (patch)
tree53401cf895af1f77909de1b7227d19bb62e606b5
parentfe0c2a62d036b83608e89e397d2b4351ecbbc9d7 (diff)
mac deployment update
git-svn-id: http://svn.clifford.at/openscad/trunk@531 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r--doc/checklist-macosx.txt1
-rwxr-xr-xscripts/publish-macosx.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/checklist-macosx.txt b/doc/checklist-macosx.txt
index 26ef208..977e105 100644
--- a/doc/checklist-macosx.txt
+++ b/doc/checklist-macosx.txt
@@ -29,6 +29,7 @@ o Build boost::thread
./bootstrap.sh --prefix=$PWD/../../deploy --with-libraries=thread
./bjam cflags="-mmacosx-version-min=10.5" linkflags="-mmacosx-version-min=10.5"
./bjam install
+ install_name_tool -id $PWD/../../deploy/lib/libboost_thread.dylib /Users/kintel/code/metalab/checkout/OpenSCAD/libraries/deploy/lib/libboost_thread.dylib
o Build CGAL >= 3.5
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 3f14837..51d890e 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -3,9 +3,7 @@
VERSION=`date "+%Y.%m.%d"`
#VERSION=2010.02
-export OPENCSGDIR=$PWD/../OpenCSG-1.3.0
-export CGALDIR=$PWD/../install/CGAL-3.6
-export EIGEN2DIR=/opt/local/include/eigen2
+export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy
`dirname $0`/release-common.sh -v $VERSION
if [[ $? != 0 ]]; then
contact: Jan Huwald // Impressum