etlegacy-libs/curl/docs
Remy Marquis 5d31d90fa4 Reverted to cURL 7.26
This reverts commit dad99ac8e3.
This reverts commit e5639398e7.
This reverts commit cf4eae3ded.
2015-03-05 12:02:51 +01:00
..
examples Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
libcurl Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
BINDINGS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
BUGS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
CONTRIBUTE Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
DISTRO-DILEMMA Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
FAQ Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
FEATURES Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
HISTORY Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
INSTALL Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
INSTALL.devcpp Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
INTERNALS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
KNOWN_BUGS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
LICENSE-MIXING Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
MAIL-ETIQUETTE Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
MANUAL Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
Makefile.am Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
Makefile.in Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
README.netware Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
README.win32 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
RESOURCES imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
SSLCERTS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
THANKS Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
TODO Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
TheArtOfHttpScripting Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
VERSIONS imported cURL version 7.26.0 2012-06-01 16:23:17 +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 Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
curl.1 Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
curl.html Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
curl.pdf Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
index.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
mk-ca-bundle.1 Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
mk-ca-bundle.html Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00
mk-ca-bundle.pdf Reverted to cURL 7.26 2015-03-05 12:02:51 +01:00

README.win32

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

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.