CMake/Utilities/cmcurl-7.19.0/docs
Bill Hoffman 6cf99d7bea ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set 2008-09-29 15:47:46 -04:00
..
examples ENH: import of new curl version 2008-09-23 12:32:06 -04:00
libcurl ENH: import of new curl version 2008-09-23 12:32:06 -04:00
BINDINGS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
BUGS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
CMakeLists.txt ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set 2008-09-29 15:47:46 -04:00
CONTRIBUTE ENH: import of new curl version 2008-09-23 12:32:06 -04:00
DISTRO-DILEMMA ENH: import of new curl version 2008-09-23 12:32:06 -04:00
FAQ ENH: import of new curl version 2008-09-23 12:32:06 -04:00
FEATURES ENH: import of new curl version 2008-09-23 12:32:06 -04:00
HISTORY ENH: import of new curl version 2008-09-23 12:32:06 -04:00
INSTALL ENH: import of new curl version 2008-09-23 12:32:06 -04:00
INSTALL.devcpp ENH: import of new curl version 2008-09-23 12:32:06 -04:00
INTERNALS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
KNOWN_BUGS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
LICENSE-MIXING ENH: import of new curl version 2008-09-23 12:32:06 -04:00
MANUAL ENH: import of new curl version 2008-09-23 12:32:06 -04:00
Makefile.am ENH: import of new curl version 2008-09-23 12:32:06 -04:00
Makefile.in ENH: import of new curl version 2008-09-23 12:32:06 -04:00
README.netware ENH: import of new curl version 2008-09-23 12:32:06 -04:00
README.win32 ENH: import of new curl version 2008-09-23 12:32:06 -04:00
RESOURCES ENH: import of new curl version 2008-09-23 12:32:06 -04:00
SSLCERTS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
THANKS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
TODO ENH: import of new curl version 2008-09-23 12:32:06 -04:00
TheArtOfHttpScripting ENH: import of new curl version 2008-09-23 12:32:06 -04:00
VERSIONS ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl-config.1 ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl-config.html ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl-config.pdf ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl.1 ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl.html ENH: import of new curl version 2008-09-23 12:32:06 -04:00
curl.pdf ENH: import of new curl version 2008-09-23 12:32:06 -04:00
index.html ENH: import of new curl version 2008-09-23 12:32:06 -04:00

README.win32

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

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.