diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-12 11:29:36 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-12 11:29:36 +0000 |
commit | 2be57d08337850d6b543243e98a81e8f7783d65f (patch) | |
tree | 5f0879821572a6a2402869a637b4b8f5fe6590ef /docs | |
parent | 6e6748f051f5f94d14deefd2c5c6849460cc01e4 (diff) |
minor corrections.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 226ab32bd..cfbfad6d8 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -483,7 +483,9 @@ NetWare To compile curl.nlm / libcurl.nlm you need: - either any gcc / nlmconv, or CodeWarrior 7 PDK 4 or later. - - gnu make running on the platform you compile on. + - gnu make and awk running on the platform you compile on; + native Win32 versions can be downloaded from: + http://www.gknw.com/development/prgtools/ - recent Novell LibC SDK availabable from: http://developer.novell.com/ndk/libc.htm - optional zlib sources (at the moment only dynamic linking with zlib.imp); @@ -500,7 +502,8 @@ NetWare other options are currently not supported, although partly prepared. The Ares lib builds arlready fine, and both test tools work fine at least when build with CodeWarrior...; dont know yet why they fail when build with - gcc though; also I've not tested yet including libcares into curl. + gcc though; if you want to compile with Ares support then set an env var + WITH_ARES=1; I've not tested yet including libcares into curl. Any help in testing appreciated! Buils automatically created 4 times a day from current CVS are here: http://www.gknw.com/mirror/curl/autobuilds/ @@ -585,3 +588,11 @@ OpenLDAP http://www.openldap.org +Zlib +==== + + You'll find Zlib information at: + + http://www.gzip.org/zlib/ + + |