Mercurial > trustbridge
comparison INSTALL @ 1024:5ec1cf66922e
Use curl now!
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 16:04:59 +0200 |
parents | 4f999c7821ce |
children | 3c67e32b5d4a |
comparison
equal
deleted
inserted
replaced
1023:8365ca22d847 | 1024:5ec1cf66922e |
---|---|
244 cd build-windows | 244 cd build-windows |
245 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ | 245 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ |
246 cmake .. \ | 246 cmake .. \ |
247 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ | 247 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ |
248 -DCMAKE_TOOLCHAIN_FILE="$MXETARGET/share/cmake/mxe-conf.cmake" \ | 248 -DCMAKE_TOOLCHAIN_FILE="$MXETARGET/share/cmake/mxe-conf.cmake" \ |
249 -DCMAKE_VERBOSE_MAKEFILE=True -DUSE_CURL=OFF | 249 -DCMAKE_VERBOSE_MAKEFILE=True |
250 | 250 |
251 Runtime Depdendencies | 251 Runtime Depdendencies |
252 ===================== | 252 ===================== |
253 The Admin tool needs some additional software to be able to create installtion | 253 The Admin tool needs some additional software to be able to create installtion |
254 packages: | 254 packages: |