2010-02-14 14:40:18 -05:00
|
|
|
_ _ ____ _
|
|
|
|
___| | | | _ \| |
|
|
|
|
/ __| | | | |_) | |
|
|
|
|
| (__| |_| | _ <| |___
|
2004-07-04 21:00:47 -04:00
|
|
|
\___|\___/|_| \_\_____|
|
|
|
|
|
|
|
|
README.netware
|
|
|
|
|
|
|
|
Read the README file first.
|
|
|
|
|
|
|
|
Curl has been successfully compiled with gcc / nlmconv on different flavours
|
|
|
|
of Linux as well as with the official Metrowerks CodeWarrior compiler.
|
2014-03-12 23:48:38 -04:00
|
|
|
While not being the main development target, a continuously growing share of
|
2017-01-28 09:29:28 -05:00
|
|
|
curl users are NetWare-based, especially also consuming the lib from PHP.
|
2010-02-14 14:40:18 -05:00
|
|
|
|
2017-01-28 09:29:28 -05:00
|
|
|
The unix-style man pages are tricky to read on windows, so therefore all
|
2017-01-29 05:10:34 -05:00
|
|
|
those pages are also provided as web pages on the curl web site.
|
2004-07-04 21:00:47 -04:00
|
|
|
|
|
|
|
The main curl.1 man page is also "built-in" in the command line tool. Use a
|
|
|
|
command line similar to this in order to extract a separate text file:
|
|
|
|
|
|
|
|
curl -M >manual.txt
|
|
|
|
|
2017-01-28 09:29:28 -05:00
|
|
|
Read the INSTALL file for instructions on how to compile curl self.
|