diff options
| -rw-r--r-- | docs/INSTALL | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/docs/INSTALL b/docs/INSTALL index d16b039e8..b810cb83d 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -472,6 +472,31 @@ AmigaOS     you can find a precompiled package at http://amiga.sourceforge.net/OpenSSL/ +NetWare +======= + +   To compile curl.nlm / libcurl.nlm you need: +   - either any gcc / nlmconv, or CodeWarrior 7 PDK 4 or later. +   - 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);  +     sources with NetWare Makefile can be optained from: +     http://www.gknw.com/mirror/zlib/ + +   Set a search path to your compiler, linker and tools, if you want to have +   zlib support then set the environment var ZLIB_PATH pointing to your zlib +   sources, and finally type 'make 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. +   Any help in testing appreciated! +   Buils automatically created 4 times a day from current CVS are here: +   http://www.gknw.com/mirror/curl/autobuilds/ +   the status of these buids can be viewed at the autobuild table: +   http://curl.haxx.se/auto/ + +  PORTS  =====     This is a probably incomplete list of known hardware and operating systems | 
