changeset 11:79771751d0dc

Fix project name in INSTALL
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 22 Mar 2016 16:45:51 +0100
parents 7f26b0293e1d
children 21f11f988115
files INSTALL
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
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
 
 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)