Mercurial > trustbridge
comparison INSTALL @ 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 | f5225a632622 |
children | e18fccc081f1 |
comparison
equal
deleted
inserted
replaced
1362:c2b76c8a8b82 | 1363:3d6faded03dd |
---|---|
123 | 123 |
124 cd trustbridge | 124 cd trustbridge |
125 hg clone https://wald.intevation.org/hg/trustbridge/nss-cmake-static | 125 hg clone https://wald.intevation.org/hg/trustbridge/nss-cmake-static |
126 mkdir build-linux | 126 mkdir build-linux |
127 cd build-linux | 127 cd build-linux |
128 cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX | 128 cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX \ |
129 -DCMAKE_INSTALL_PREFIX=$YOURPREFIX | |
129 | 130 |
130 CLANG | 131 CLANG |
131 ===== | 132 ===== |
132 Alternatively you can build trustbridge with CLANG. This is a bit of a hack | 133 Alternatively you can build trustbridge with CLANG. This is a bit of a hack |
133 and does not use all the hardening flags. Building with CLANG is _NOT_ recommended | 134 and does not use all the hardening flags. Building with CLANG is _NOT_ recommended |