etlegacy-libs/curl/docs
2015-01-23 16:30:59 +01:00
..
examples updated to cURL 7.40 2015-01-23 16:30:59 +01:00
libcurl updated to cURL 7.40 2015-01-23 16:30:59 +01:00
BINDINGS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
BUGS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
CONTRIBUTE updated to cURL 7.40 2015-01-23 16:30:59 +01:00
curl-config.1 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
curl-config.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
curl-config.pdf updated to cURL 7.40 2015-01-23 16:30:59 +01:00
curl.1 updated to cURL 7.40 2015-01-23 16:30:59 +01:00
curl.html updated to cURL 7.40 2015-01-23 16:30:59 +01:00
curl.pdf updated to cURL 7.40 2015-01-23 16:30:59 +01:00
DISTRO-DILEMMA updated to cURL 7.40 2015-01-23 16:30:59 +01:00
FAQ updated to cURL 7.40 2015-01-23 16:30:59 +01:00
FEATURES updated to cURL 7.40 2015-01-23 16:30:59 +01:00
HISTORY updated to cURL 7.40 2015-01-23 16:30:59 +01:00
HTTP-COOKIES updated to cURL 7.40 2015-01-23 16:30:59 +01:00
index.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
INSTALL updated to cURL 7.40 2015-01-23 16:30:59 +01:00
INSTALL.devcpp updated to cURL 7.40 2015-01-23 16:30:59 +01:00
INTERNALS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
KNOWN_BUGS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
LIBCURL-STRUCTS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
LICENSE-MIXING updated to cURL 7.40 2015-01-23 16:30:59 +01:00
MAIL-ETIQUETTE updated to cURL 7.40 2015-01-23 16:30:59 +01:00
Makefile.am updated to cURL 7.40 2015-01-23 16:30:59 +01:00
Makefile.in updated to cURL 7.40 2015-01-23 16:30:59 +01:00
MANUAL updated to cURL 7.40 2015-01-23 16:30:59 +01:00
mk-ca-bundle.html updated to cURL 7.40 2015-01-23 16:30:59 +01:00
mk-ca-bundle.pdf updated to cURL 7.40 2015-01-23 16:30:59 +01:00
README.netware updated to cURL 7.40 2015-01-23 16:30:59 +01:00
README.win32 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
RELEASE-PROCEDURE updated to cURL 7.40 2015-01-23 16:30:59 +01:00
RESOURCES imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
SECURITY updated to cURL 7.40 2015-01-23 16:30:59 +01:00
SSL-PROBLEMS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
SSLCERTS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
THANKS updated to cURL 7.40 2015-01-23 16:30:59 +01:00
TheArtOfHttpScripting updated to cURL 7.40 2015-01-23 16:30:59 +01:00
TODO updated to cURL 7.40 2015-01-23 16:30:59 +01:00
VERSIONS imported cURL version 7.26.0 2012-06-01 16:23:17 +01: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.