lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | _ _ ____ _ |
| 2 | ___| | | | _ \| | |
| 3 | / __| | | | |_) | | |
| 4 | | (__| |_| | _ <| |___ |
| 5 | \___|\___/|_| \_\_____| |
| 6 | |
| 7 | README.win32 |
| 8 | |
| 9 | Read the README file first. |
| 10 | |
| 11 | Curl has been compiled, built and run on all sorts of Windows and win32 |
| 12 | systems. While not being the main develop target, a fair share of curl users |
| 13 | are win32-based. |
| 14 | |
| 15 | The unix-style man pages are tricky to read on windows, so therefore all |
| 16 | those pages are also provided as web pages on the curl web site. |
| 17 | |
| 18 | The main curl.1 man page is also "built-in" in the command line tool. Use a |
| 19 | command line similar to this in order to extract a separate text file: |
| 20 | |
| 21 | curl -M >manual.txt |
| 22 | |
| 23 | Read the INSTALL file for instructions on how to compile curl self. |
| 24 | |
| 25 | |