curl/docs/README.netware

27 lines
1003 B
Plaintext
Raw Permalink Normal View History

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
curl users are NetWare-based, especially also consuming the lib from PHP.
2010-02-14 14:40:18 -05:00
The unix-style man pages are tricky to read on windows, so therefore all
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
Read the INSTALL file for instructions on how to compile curl self.
2004-07-04 21:00:47 -04:00
2010-02-14 14:40:18 -05:00