curl/docs
2009-04-17 12:55:09 +00:00
..
examples make this example not only replace an internal header but also add a totally 2009-01-12 21:29:23 +00:00
libcurl As Jeff Pohlmeyer suggested: "pointer to 'char *'" is now instead put: 2009-04-17 12:55:09 +00:00
.cvsignore
BINDINGS the Eiffel binding 2009-03-02 09:03:11 +00:00
BUGS
CONTRIBUTE
curl-config.1
curl.1 mention the '-o -' trick 2009-02-27 13:52:05 +00:00
DISTRO-DILEMMA
FAQ 4.17 Non-functional connect timeouts 2009-02-23 21:21:00 +00:00
FEATURES
HISTORY
index.html
INSTALL Add a link to "Potential Errors Passing CRT Objects Across DLL Boundaries" 2009-03-18 13:58:29 +00:00
INSTALL.devcpp
INTERNALS
KNOWN_BUGS
LICENSE-MIXING
Makefile.am
MANUAL
README.netware
README.win32
RESOURCES
SSLCERTS
THANKS 15 additional contributor from the 7.19.4 RELEASE-NOTES 2009-03-03 10:41:11 +00:00
TheArtOfHttpScripting
TODO
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.