Mercurial > clickerconvert
diff INSTALL @ 11:79771751d0dc
Fix project name in INSTALL
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 16:45:51 +0100 |
parents | 4926d626fe15 |
children | 1470cb8a00a8 |
line wrap: on
line diff
--- a/INSTALL Tue Mar 22 16:45:17 2016 +0100 +++ b/INSTALL Tue Mar 22 16:45:51 2016 +0100 @@ -32,7 +32,7 @@ Building the Software: - cd retraceit + cd clickerconvert mkdir build-native cd build-native cmake .. -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX @@ -82,7 +82,7 @@ please refer to the GNU/Linux build documentation how to obtain the source code): - cd <Path-to-retraceit-source> + cd <Path-to-clickerconvert-source> mkdir build-windows cd build-windows MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ @@ -185,13 +185,13 @@ make make install -The make install will create a retraceit.app in your $CUSTOM_PREFIX directory. +The make install will create a clickerconvert.app in your $CUSTOM_PREFIX directory. This is the deployable application bundle You can now create a .dmg image for distribution: mv clickerconvert.app ClickerConvert.app - hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder ClickerConvert.app \ + hdiutil create -ov -format UDZO -volname ClickerConvert -srcfolder ClickerConvert.app \ -o ClickerConvert.dmg -imagekey zlib-level=9 */