curl/docs
2010-06-02 13:53:29 +02:00
..
examples test536: do not fail with threaded DNS resolver 2010-04-24 12:14:21 +02:00
libcurl ftp wildcard: a new option CURLOPT_FNMATCH_DATA 2010-05-16 02:52:33 +02:00
.gitignore IGNORE: files generated by maketgz 2010-04-14 17:34:57 +02:00
BINDINGS
BUGS remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
CONTRIBUTE git: how to write a fine commit message 2010-05-10 17:25:49 +02:00
curl-config.1 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curl.1 curl: added --proto and --proto-redir 2010-04-24 12:18:04 +02:00
DISTRO-DILEMMA
FAQ
FEATURES
HISTORY
index.html
INSTALL s/CVS/git 2010-04-11 11:38:11 +02:00
INSTALL.cmake
INSTALL.devcpp
INTERNALS INTERNALS: tftp is decent now, ldap is not 2010-04-29 21:57:41 +02:00
KNOWN_BUGS
LICENSE-MIXING
Makefile.am remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
MANUAL
README.cmake
README.netware
README.win32
RESOURCES Implement SMTP authentication 2010-04-19 11:16:30 +02:00
SSLCERTS
THANKS added contributors from the 7.20.1 RELEASE-NOTES 2010-04-14 17:33:34 +02:00
TheArtOfHttpScripting
TODO TODO: add multi interface improvement remove ldap select 2010-06-02 13:53:29 +02: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.