# HG changeset patch # User mjsousa # Date 1443778280 -3600 # Node ID c25446920923cd47d19ffdc39528de1895992e30 # Parent 64c9fe787f12858a22f52e0c11f8d879230ecfe4 Update README.build file with instructions for crosscompiling to win32 diff -r 64c9fe787f12 -r c25446920923 README.build --- a/README.build Mon Jun 08 19:02:33 2015 +0100 +++ b/README.build Fri Oct 02 10:31:20 2015 +0100 @@ -12,6 +12,8 @@ 2) Cross-Compiling under Linux, for Windows ------------------------------------------- $ ./configure --host=i586-pc-mingw32 +(or, to use static linking, which does not require installing any mingw dll's on windows) +$ ./configure --host=i586-pc-mingw32 LDFLAGS="-static" $ make