Mercurial > trustbridge
comparison INSTALL @ 958:3b736de02df3
Add correct branch to INSTALL documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 Aug 2014 16:33:13 +0200 |
parents | f2066a24047d |
children | 64c0e15935c8 |
comparison
equal
deleted
inserted
replaced
957:3397250db5cf | 958:3b736de02df3 |
---|---|
192 | 192 |
193 Build the windows binaries: | 193 Build the windows binaries: |
194 MXEPATH=$YOURPREFIX/win | 194 MXEPATH=$YOURPREFIX/win |
195 git clone https://github.com/Intevation/mxe.git $MXEPATH | 195 git clone https://github.com/Intevation/mxe.git $MXEPATH |
196 cd $MXEPATH | 196 cd $MXEPATH |
197 git checkout trustbridge | |
197 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk | 198 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk |
198 make polarssl | 199 make polarssl |
199 make qtbase | 200 make qtbase |
200 (optional) make curl | 201 (optional) make curl |
201 | 202 |