comparison INSTALL @ 74:1215ce843c07

Clarify windows change dir command
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 26 May 2015 15:22:54 +0200
parents d69beefb16d3
children c92502dae3f9
comparison
equal deleted inserted replaced
73:d69beefb16d3 74:1215ce843c07
68 Add CMAKE_STRIP to the toolchain file: 68 Add CMAKE_STRIP to the toolchain file:
69 69
70 echo "set(CMAKE_STRIP $MXEPATH/usr/bin/i686-w64-mingw32.static-strip)" >> \ 70 echo "set(CMAKE_STRIP $MXEPATH/usr/bin/i686-w64-mingw32.static-strip)" >> \
71 "$MXEPATH/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake" 71 "$MXEPATH/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake"
72 72
73 Compile the software: 73 Compile the software (assuming the source code is already checked out. If not
74 please refer to the GNU/Linux build documentation how to obtain the source
75 code):
74 76
75 cd retraceit 77 cd <Path-to-retraceit-source>
76 mkdir build-windows 78 mkdir build-windows
77 cd build-windows 79 cd build-windows
78 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ 80 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/
79 cmake .. \ 81 cmake .. \
80 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ 82 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)