Mercurial > retraceit
changeset 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 |
files | INSTALL |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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