etlegacy-libs/curl/docs
2012-06-01 16:23:17 +01:00
..
examples imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
libcurl imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
BINDINGS imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
BUGS imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
CONTRIBUTE 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 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
curl.1 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
curl.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
curl.pdf imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
DISTRO-DILEMMA imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
FAQ imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
FEATURES imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
HISTORY imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
index.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
INSTALL imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
INSTALL.devcpp imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
INTERNALS imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
KNOWN_BUGS imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
LICENSE-MIXING imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
MAIL-ETIQUETTE imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
Makefile.am imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
Makefile.in imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
MANUAL imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
mk-ca-bundle.1 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
mk-ca-bundle.html imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
mk-ca-bundle.pdf imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
README.netware imported cURL version 7.26.0 2012-06-01 16:23:17 +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 imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
THANKS imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
TheArtOfHttpScripting imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
TODO imported cURL version 7.26.0 2012-06-01 16:23:17 +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.