curl/docs
Steve Holme 5d427004c6 INSTALL: Updated pre-processor references to the old VC6 project files
Reworked the two sections that discuss modifying the Visual Studio pre-
processor settings, and vc6libcurl.dsw/vc6libcurl.dsp, to remove the
project files references as they have been superseded by a more thorough
set of project files for VC6 through VC12, but to also give the correct
reference to this setting in later versions of Visual Studio.
2014-11-09 14:22:02 +00:00
..
examples httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features 2014-10-16 11:38:32 +02:00
libcurl version info: Added Kerberos V5 to the supported features 2014-11-07 10:55:14 +00:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 docs: Updated following the addition of SSPI based HTTP digest auth 2014-11-06 23:44:11 +00:00
DISTRO-DILEMMA
FAQ
FEATURES
HISTORY HISTORY: two glimpses in 2014 2014-10-21 08:58:24 +02:00
HTTP-COOKIES
index.html
INSTALL INSTALL: Updated pre-processor references to the old VC6 project files 2014-11-09 14:22:02 +00:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS
KNOWN_BUGS
LIBCURL-STRUCTS
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1
README.cmake
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
ROADMAP.md docs: Updated following the addition of SSPI based HTTP digest auth 2014-11-06 23:44:11 +00:00
SECURITY
SSL-PROBLEMS
SSLCERTS
THANKS THANKS: added missing contributor from 2012 2014-11-05 13:01:37 +01:00
THANKS-filter THANKS-filter: added another Michał Górny version we've used 2014-11-05 23:14:32 +01:00
TheArtOfHttpScripting
TODO docs: Updated following the addition of SSPI based HTTP digest auth 2014-11-06 23:44:11 +00:00
VERSIONS

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

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.