Mercurial > retraceit
comparison 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 |
comparison
equal
deleted
inserted
replaced
62:a9a343271490 | 63:3acafcfc52a1 |
---|---|
133 mkdir build && cd buld | 133 mkdir build && cd buld |
134 cmake .. \ | 134 cmake .. \ |
135 -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \ | 135 -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \ |
136 -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \ | 136 -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \ |
137 -DCMAKE_VERBOSE_MAKEFILE=True | 137 -DCMAKE_VERBOSE_MAKEFILE=True |
138 make | |
139 make install | |
140 | |
141 The make install will create a retraceit.app in your $CUSTOM_PREFIX directory. | |
142 This is the deployable application bundle | |
143 | |
144 You can now create a distirbution variant | |
145 mv $CUSTOM_PREFIX/retraceit.app $CUSTOM_PREFIX/RetraceIT.app | |
146 hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder RetraceIT.app \ | |
147 -o RetraceIT.dmg -imagekey zlib-level=9 | |
138 | 148 |
139 */ | 149 */ |