Mercurial > retraceit
diff INSTALL @ 63:3acafcfc52a1
Document bundle creation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 19 May 2015 16:49:51 +0200 |
parents | 2cd76e6c0fcf |
children | 508a71328d1f |
line wrap: on
line diff
--- a/INSTALL Tue May 19 16:14:34 2015 +0200 +++ b/INSTALL Tue May 19 16:49:51 2015 +0200 @@ -135,5 +135,15 @@ -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \ -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \ -DCMAKE_VERBOSE_MAKEFILE=True + make + make install + +The make install will create a retraceit.app in your $CUSTOM_PREFIX directory. +This is the deployable application bundle + +You can now create a distirbution variant + mv $CUSTOM_PREFIX/retraceit.app $CUSTOM_PREFIX/RetraceIT.app + hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder RetraceIT.app \ + -o RetraceIT.dmg -imagekey zlib-level=9 */