README.build
changeset 1004 c25446920923
parent 901 6a3964be6a29
--- 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