From 6fa847518ccd1e7c8c74ff03b79dc3db9f12531f Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 7 Mar 2008 16:34:57 -0700 Subject: [PATCH] add info about win32 repository to readme.txt --- readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.txt b/readme.txt index e9b91d59c7..608e7cc42b 100644 --- a/readme.txt +++ b/readme.txt @@ -60,6 +60,15 @@ Build requirements include: Earlier versions of some of these packages may also work but have not been tested. +If you are cross-compiling for Windows, you may find it useful to use +our win32 repository: (run this from the directory containing the +avian directory) + + $ git clone git://oss.readytalk.com/win32.git + +This gives you the Windows JNI headers, zlib headers and library, and +a few other useful libraries like OpenSSL and libjpeg. + The build is directed by a single makefile and may be influenced via certain flags described below.