# HG changeset patch # User Andre Heinecke # Date 1432642393 -7200 # Node ID d69beefb16d30015bc00f1b4f6e59e4c4b75c7c0 # Parent f5bf9b7bc33205efafdda00543117aa0e4601e4b Fix Windows build documentation diff -r f5bf9b7bc332 -r d69beefb16d3 INSTALL --- a/INSTALL Tue May 26 12:47:44 2015 +0200 +++ b/INSTALL Tue May 26 14:13:13 2015 +0200 @@ -50,14 +50,18 @@ libffi-dev libtool libltdl-dev libssl-dev \ libxml-parser-perl make openssl patch perl \ pkg-config scons sed unzip curl xz-utils autopoint \ - gperf + gperf ruby libtool + +Under debian you might additionall need: + + libtool-bin Build the windows binaries: MXEPATH=$CUSTOM_PREFIX/win git clone https://github.com/Intevation/mxe.git $MXEPATH cd $MXEPATH - git checkout replay-it + git checkout retraceit echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk make qtbase