etlegacy-libs/curl/docs
2017-03-02 23:46:25 +01:00
..
cmdline-opts libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
examples libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
libcurl libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
BINDINGS.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
BUGS libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
CHECKSRC.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
CODE_OF_CONDUCT.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
CODE_STYLE.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
CONTRIBUTE.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
curl-config.1 libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl.1 libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
FAQ libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
FEATURES libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
HISTORY.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
HTTP-COOKIES.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
HTTP2.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
INSTALL libs: updated to cURL 7.51.0 2016-12-04 14:31:28 +01:00
INSTALL.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
INTERNALS.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
KNOWN_BUGS libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
LICENSE-MIXING.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
MAIL-ETIQUETTE libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
Makefile.am libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
Makefile.in libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
MANUAL libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
README.netware libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
README.win32 libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
RELEASE-PROCEDURE libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
RESOURCES libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
ROADMAP.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
SECURITY.md libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
SSL-PROBLEMS.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
SSLCERTS.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
THANKS libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
TheArtOfHttpScripting libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
TODO libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
VERSIONS libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  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.

  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.