sourcemod/extensions/curl/curl-src/docs
2009-01-08 18:31:00 -05:00
..
examples Imported libcurl source code. 2009-01-08 18:31:00 -05:00
libcurl Imported libcurl source code. 2009-01-08 18:31:00 -05:00
BINDINGS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
BUGS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
CONTRIBUTE Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl-config.1 Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl-config.html Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl-config.pdf Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl.1 Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl.html Imported libcurl source code. 2009-01-08 18:31:00 -05:00
curl.pdf Imported libcurl source code. 2009-01-08 18:31:00 -05:00
DISTRO-DILEMMA Imported libcurl source code. 2009-01-08 18:31:00 -05:00
FAQ Imported libcurl source code. 2009-01-08 18:31:00 -05:00
FEATURES Imported libcurl source code. 2009-01-08 18:31:00 -05:00
HISTORY Imported libcurl source code. 2009-01-08 18:31:00 -05:00
index.html Imported libcurl source code. 2009-01-08 18:31:00 -05:00
INSTALL Imported libcurl source code. 2009-01-08 18:31:00 -05:00
INSTALL.devcpp Imported libcurl source code. 2009-01-08 18:31:00 -05:00
INTERNALS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
KNOWN_BUGS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
LICENSE-MIXING Imported libcurl source code. 2009-01-08 18:31:00 -05:00
Makefile.am Imported libcurl source code. 2009-01-08 18:31:00 -05:00
Makefile.in Imported libcurl source code. 2009-01-08 18:31:00 -05:00
MANUAL Imported libcurl source code. 2009-01-08 18:31:00 -05:00
README.netware Imported libcurl source code. 2009-01-08 18:31:00 -05:00
README.win32 Imported libcurl source code. 2009-01-08 18:31:00 -05:00
RESOURCES Imported libcurl source code. 2009-01-08 18:31:00 -05:00
SSLCERTS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
THANKS Imported libcurl source code. 2009-01-08 18:31:00 -05:00
TheArtOfHttpScripting Imported libcurl source code. 2009-01-08 18:31:00 -05:00
TODO Imported libcurl source code. 2009-01-08 18:31:00 -05:00
VERSIONS Imported libcurl source code. 2009-01-08 18:31:00 -05: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.