summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2012-04-12 13:32:47 +0800
committerAndy Green <andy.green@linaro.org>2012-04-12 13:32:47 +0800
commit9c5436cb57ee63aed94b68d1cf584077ea0478a7 (patch)
treeb1f7b5dc2e510d440c12b0c35dda99cd85c62664
parentaa6fc44b0aba44a4ce455bb5752c3bacc20c4991 (diff)
document mingw build
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--README-test-server9
1 files changed, 8 insertions, 1 deletions
diff --git a/README-test-server b/README-test-server
index c140b8b..42a6dc6 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 <andy@warmcat.com>
+2012-04-12 Andy Green <andy@warmcat.com>