Mercurial > trustbridge
comparison INSTALL @ 1265:b18f08034c24
Split off CLANG section more clearly
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 18:01:35 +0200 |
parents | 3cd8dd706aaa |
children | a548dd9a5dbe |
comparison
equal
deleted
inserted
replaced
1264:3cd8dd706aaa | 1265:b18f08034c24 |
---|---|
105 hg clone https://wald.intevation.org/hg/trustbridge/nss-cmake-static | 105 hg clone https://wald.intevation.org/hg/trustbridge/nss-cmake-static |
106 mkdir build-linux | 106 mkdir build-linux |
107 cd build-linux | 107 cd build-linux |
108 cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX | 108 cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX |
109 | 109 |
110 To build with clang (if it is installed): | 110 CLANG |
111 ===== | |
112 Alternatively you can build trustbridge with CLANG: | |
111 | 113 |
112 mkdir build-clang | 114 mkdir build-clang |
113 cd build-clang | 115 cd build-clang |
114 CC=/usr/bin/clang \ | 116 CC=/usr/bin/clang \ |
115 CXX=/usr/bin/clang++ \ | 117 CXX=/usr/bin/clang++ \ |