curl/docs
2014-08-16 10:37:16 +01:00
..
examples Remove all traces of FBOpenSSL SPNEGO support 2014-07-16 17:26:08 +02:00
libcurl docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
.gitignore
BINDINGS
BUGS
CONTRIBUTE
curl-config.1
curl.1 docs: Added Kerberos V5 and NTLM domain information to --user 2014-08-16 10:37:16 +01:00
DISTRO-DILEMMA
FAQ docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
FEATURES docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
HISTORY
HTTP-COOKIES
index.html
INSTALL
INSTALL.cmake
INSTALL.devcpp
INTERNALS
KNOWN_BUGS docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
LIBCURL-STRUCTS
LICENSE-MIXING Remove all traces of FBOpenSSL SPNEGO support 2014-07-16 17:26:08 +02:00
MAIL-ETIQUETTE
Makefile.am
MANUAL docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
mk-ca-bundle.1
README.cmake
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
ROADMAP.md ROADMAP.md: make it markdown formatted 2014-06-19 14:16:14 +02:00
SECURITY
SSL-PROBLEMS
SSLCERTS docs/SSLCERTS: update the section about NSS database 2014-08-11 16:49:54 +02:00
THANKS THANKS: added new contributors from 7.37.1 announcement 2014-07-17 13:18:46 +02:00
TheArtOfHttpScripting
TODO TODO: HTTP Digest via Windows SSPI 2014-08-06 22:58:42 +01: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.