etlegacy-libs/curl/docs
2016-09-16 06:35:46 +02:00
..
examples libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
libcurl libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
BINDINGS libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
BUGS libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
CHECKSRC.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02: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.50.3 2016-09-16 06:35:46 +02:00
CONTRIBUTE.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl-config.1 libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl-config.html libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl-config.pdf libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl.1 libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl.html libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
curl.pdf libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
FAQ libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
FEATURES libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
HISTORY.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02: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.50.3 2016-09-16 06:35:46 +02:00
index.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
INSTALL libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
INSTALL.devcpp libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
INTERNALS.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
KNOWN_BUGS libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
LICENSE-MIXING.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
MAIL-ETIQUETTE libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
Makefile.am libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
Makefile.in libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
MANUAL libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
mk-ca-bundle.html libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
mk-ca-bundle.pdf libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
README.netware libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
README.win32 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
RELEASE-PROCEDURE libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
RESOURCES libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
ROADMAP.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
SECURITY.md libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02: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.50.3 2016-09-16 06:35:46 +02:00
TheArtOfHttpScripting libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
TODO libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02: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 are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  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 how to compile curl self.