Mercurial > trustbridge
changeset 1363:3d6faded03dd
Document setting the INSTALL_PREFIX on config
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 21 Nov 2014 18:32:35 +0100 |
parents | c2b76c8a8b82 |
children | 28885e8c891f |
files | INSTALL |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Wed Nov 19 19:07:56 2014 +0100 +++ b/INSTALL Fri Nov 21 18:32:35 2014 +0100 @@ -125,7 +125,8 @@ hg clone https://wald.intevation.org/hg/trustbridge/nss-cmake-static mkdir build-linux cd build-linux - cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX + cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX \ + -DCMAKE_INSTALL_PREFIX=$YOURPREFIX CLANG =====