From 9c5436cb57ee63aed94b68d1cf584077ea0478a7 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 12 Apr 2012 13:32:47 +0800 Subject: [PATCH] document mingw build Signed-off-by: Andy Green --- README-test-server | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README-test-server b/README-test-server index c140b8b6..42a6dc62 100644 --- a/README-test-server +++ b/README-test-server @@ -12,6 +12,13 @@ For Apple systems, Christopher Baker reported that this is needed ./configure CC="gcc -arch i386 -arch x86_64" CXX="g++ -arch i386 -arch x86_64" CPP="gcc -E" CXXCPP="g++ -E" --enable-nofork +For mingw build, I did the following to get working build, ping test is +disabled when building this way + +1) install mingw64_w32 compiler packages from Fedora +2) additionally install mingw64-zlib package +3) ./configure --prefix=/usr --enable-mingw --host=x86_64-w64-mingw32 +4) make otherwise if /usr/local/... and /usr/local/lib are OK then... @@ -276,5 +283,5 @@ same test server too and see the circles, etc. It also works compatibly with deflate-stream automatically. -2011-05-28 Andy Green +2012-04-12 Andy Green