diff INSTALL @ 107:788b5f239571

Be more robust in INSTALL and use different default prefix
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 08 Dec 2016 15:22:18 +0100
parents 6965fb5db4b7
children
line wrap: on
line diff
--- a/INSTALL	Thu Dec 08 15:21:11 2016 +0100
+++ b/INSTALL	Thu Dec 08 15:22:18 2016 +0100
@@ -104,7 +104,7 @@
 
 Define some paths for the build environment:
 
-    export CUSTOM_PREFIX=~/retraceit
+    export CUSTOM_PREFIX=~/devenv
 
     export PATH=$CUSTOM_PREFIX/bin:$PATH
     export DYLD_LIBRARY_PATH=$CUSTOM_PREFIX/lib:$DYLD_LIBRARY_PATH
@@ -176,7 +176,7 @@
 
     hg clone https://wald.intevation.org/hg/retraceit/
     cd retraceit
-    mkdir build && cd build
+    mkdir -p build && cd build
     cmake .. \
         -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \
         -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)