[Kst] branches/work/kst/portto4/kst/misc
Peter Kümmel
syntheticpp at gmx.net
Tue Jun 28 23:23:12 CEST 2011
SVN commit 1238737 by kuemmel:
mac deploy script: set version via commond line
M +4 -1 mac-release.sh
--- branches/work/kst/portto4/kst/misc/mac-release.sh #1238736:1238737
@@ -2,8 +2,11 @@
# $1 = path to kst/cmake
# $2 = version name, for instance 2.0.4-beta2
-cmake $1 -Dkst_merge_files=1 -Dkst_3rdparty=1 -Dkst_dataobjects=1 -Dkst_version_string=$2 -Dkst_release=1
+kst_install_prefix=Kst-$2
+
+cmake $1 -Dkst_merge_files=1 -Dkst_3rdparty=1 -Dkst_dataobjects=1 -Dkst_version_string=$2 -Dkst_release=1 -Dkst_install_prefix=$kst_install_prefix
+
make -j4
make install/strip
More information about the Kst
mailing list