author | mjsousa |
Fri, 02 Oct 2015 10:31:20 +0100 | |
changeset 1004 | c25446920923 |
parent 1003 | 64c9fe787f12 |
child 1005 | e27c2af708ad |
child 1010 | 242907849850 |
README.build | file | annotate | diff | comparison | revisions |
--- 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