Mercurial > retraceit
comparison INSTALL @ 73:d69beefb16d3
Fix Windows build documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 26 May 2015 14:13:13 +0200 |
parents | f5bf9b7bc332 |
children | 1215ce843c07 |
comparison
equal
deleted
inserted
replaced
72:f5bf9b7bc332 | 73:d69beefb16d3 |
---|---|
48 git autoconf automake bash bison bzip2 \ | 48 git autoconf automake bash bison bzip2 \ |
49 cmake flex gettext git g++ intltool \ | 49 cmake flex gettext git g++ intltool \ |
50 libffi-dev libtool libltdl-dev libssl-dev \ | 50 libffi-dev libtool libltdl-dev libssl-dev \ |
51 libxml-parser-perl make openssl patch perl \ | 51 libxml-parser-perl make openssl patch perl \ |
52 pkg-config scons sed unzip curl xz-utils autopoint \ | 52 pkg-config scons sed unzip curl xz-utils autopoint \ |
53 gperf | 53 gperf ruby libtool |
54 | |
55 Under debian you might additionall need: | |
56 | |
57 libtool-bin | |
54 | 58 |
55 Build the windows binaries: | 59 Build the windows binaries: |
56 | 60 |
57 MXEPATH=$CUSTOM_PREFIX/win | 61 MXEPATH=$CUSTOM_PREFIX/win |
58 git clone https://github.com/Intevation/mxe.git $MXEPATH | 62 git clone https://github.com/Intevation/mxe.git $MXEPATH |
59 cd $MXEPATH | 63 cd $MXEPATH |
60 git checkout replay-it | 64 git checkout retraceit |
61 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk | 65 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk |
62 make qtbase | 66 make qtbase |
63 | 67 |
64 Add CMAKE_STRIP to the toolchain file: | 68 Add CMAKE_STRIP to the toolchain file: |
65 | 69 |