You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Stenberg 67a83c1b34 David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
..
examples Rene Bernhardt's corrections 18 years ago
libcurl David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
.cvsignore ignore .ps and .pdf files too 21 years ago
BINDINGS binding updates 18 years ago
BUGS minor edits 20 years ago
CONTRIBUTE elaborated somewhat in the license chapter 18 years ago
DISTRO-DILEMMA updates to reflect current status in Debian land, and added some known 18 years ago
FAQ David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
FEATURES David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
HISTORY recent action 18 years ago
INSTALL David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
INSTALL.devcpp Tom Kyer's DevCpp-Mingw Install & Compilation guide 18 years ago
INTERNALS minor edit 21 years ago
KNOWN_BUGS #31 curl-config --libs" will include details set in LDFLAGS when configure is 18 years ago
LICENSE-MIXING Added GNU GSS and separate sections for MIT GSS and Heimdal and added info 18 years ago
MANUAL David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
Makefile.am Tom Kyer's DevCpp-Mingw Install & Compilation guide 18 years ago
README.netware added line where to find compile instructions. 19 years ago
README.win32 mention the other formats the docs come in 20 years ago
RESOURCES turned this into a list of documents/standards curl adheres to 20 years ago
SSLCERTS describes how you can extract the CA cert from a site using the openssl tool 19 years ago
THANKS fresh contributors in the 7.15.1 release 18 years ago
TODO use c-ares' IPv6 abilities 18 years ago
TheArtOfHttpScripting corrected the URL 18 years ago
VERSIONS updated 18 years ago
curl-config.1 David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
curl.1 David Shaw finally removed all traces of Gopher and we are now officially 17 years ago
index.html added doctype tag to get HTML compliant 19 years ago

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