aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-05 00:55:48 +0000
committerGunter Knauf <gk@gknw.de>2004-07-05 00:55:48 +0000
commit67e40a2b16f9fef3e8b73400cd9181f90112955e (patch)
treea2425ee217a1aa8d38aec260584f06093031809a /docs/INSTALL
parent25f5f14d35d93de1b7356a13ead68370816a239c (diff)
added section for compiling NetWare target.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL25
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