Mercurial > trustbridge
comparison build.sh @ 37:00aa5fa3c2fb
Build System maintainance. Correct integration of Polarssl.
Make profiling an option, fix static_check target
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 09:01:19 +0000 |
parents | 9849250f50f2 |
children | 7b0efad494ea |
comparison
equal
deleted
inserted
replaced
36:81183b721b51 | 37:00aa5fa3c2fb |
---|---|
7 | 7 |
8 cd `dirname $0` | 8 cd `dirname $0` |
9 | 9 |
10 mkdir -p build-linux | 10 mkdir -p build-linux |
11 cd build-linux | 11 cd build-linux |
12 cmake .. -DCMAKE_VERBOSE_MAKEFILE=True -DCMAKE_PREFIX_PATH=~/wheezy | 12 cmake .. -DCMAKE_VERBOSE_MAKEFILE=True -DCMAKE_PREFIX_PATH=~/ubuntu |
13 nice make -j8 | 13 nice make -j8 |
14 cd .. | 14 cd .. |
15 mkdir -p build-windows | 15 mkdir -p build-windows |
16 cd build-windows | 16 cd build-windows |
17 cmake .. -DCMAKE_PREFIX_PATH=~/wheezy/src/mxe/usr/i686-w64-mingw32/qt5 \ | 17 cmake .. -DCMAKE_PREFIX_PATH=~/wheezy/src/mxe/usr/i686-w64-mingw32/qt5 \ |