README.win32 888 B

1234567891011121314151617181920212223242526
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. README.win32
  7. Read the README file first.
  8. Curl has been compiled, built and run on all sorts of Windows and win32
  9. systems. While not being the main develop target, a fair share of curl users
  10. are win32-based.
  11. The unix-style man pages are tricky to read on windows, so therefore are all
  12. those pages converted to HTML as well as pdf, and included in the release
  13. archives.
  14. The main curl.1 man page is also "built-in" in the command line tool. Use a
  15. command line similar to this in order to extract a separate text file:
  16. curl -M >manual.txt
  17. Read the INSTALL file for instructions how to compile curl self.