spectrum2/msvc-deps/curl/docs
2012-12-10 13:08:51 +04:00
..
examples Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
libcurl Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
BINDINGS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
BUGS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
CONTRIBUTE Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl-config.1 Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl-config.html Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl-config.pdf Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl.1 Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl.html Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
curl.pdf Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
DISTRO-DILEMMA Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
FAQ Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
FEATURES Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
HISTORY Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
HTTP-COOKIES Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
index.html Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
INSTALL Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
INSTALL.devcpp Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
INTERNALS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
KNOWN_BUGS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
LICENSE-MIXING Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
MAIL-ETIQUETTE Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
Makefile.am Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
Makefile.in Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
MANUAL Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
mk-ca-bundle.1 Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
mk-ca-bundle.html Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
mk-ca-bundle.pdf Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
README.netware Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
README.win32 Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
RESOURCES Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
SSLCERTS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
THANKS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
TheArtOfHttpScripting Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
TODO Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04:00
VERSIONS Added curl 7.28.1 as MSVC dependency 2012-12-10 13:08:51 +04: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.