Mercurial > retraceit
changeset 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 | 32dd6ea6a582 |
children | a3f060eb199f |
files | INSTALL |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 \