README.netware 1023 B

123456789101112131415161718192021222324252627
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. README.netware
  7. Read the README file first.
  8. Curl has been successfully compiled with gcc / nlmconv on different flavours
  9. of Linux as well as with the official Metrowerks CodeWarrior compiler.
  10. While not being the main development target, a continously growing share of
  11. curl users are NetWare-based, specially also consuming the lib from PHP.
  12. The unix-style man pages are tricky to read on windows, so therefore are all
  13. those pages converted to HTML as well as pdf, and included in the release
  14. archives.
  15. The main curl.1 man page is also "built-in" in the command line tool. Use a
  16. command line similar to this in order to extract a separate text file:
  17. curl -M >manual.txt
  18. Read the INSTALL file for instructions how to compile curl self.