诸暨麻将添加redis
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.
 
 
 
 
 
 
liwei 86964399f5 init 5 years ago
..
examples init 5 years ago
libcurl init 5 years ago
BINDINGS init 5 years ago
BUGS init 5 years ago
CONTRIBUTE init 5 years ago
DISTRO-DILEMMA init 5 years ago
FAQ init 5 years ago
FEATURES init 5 years ago
HISTORY init 5 years ago
HTTP-COOKIES init 5 years ago
INSTALL init 5 years ago
INSTALL.devcpp init 5 years ago
INTERNALS init 5 years ago
KNOWN_BUGS init 5 years ago
LIBCURL-STRUCTS init 5 years ago
LICENSE-MIXING init 5 years ago
MAIL-ETIQUETTE init 5 years ago
MANUAL init 5 years ago
Makefile.am init 5 years ago
Makefile.in init 5 years ago
README.netware init 5 years ago
README.win32 init 5 years ago
RESOURCES init 5 years ago
SSLCERTS init 5 years ago
THANKS init 5 years ago
TODO init 5 years ago
TheArtOfHttpScripting init 5 years ago
VERSIONS init 5 years ago
curl-config.1 init 5 years ago
curl-config.html init 5 years ago
curl-config.pdf init 5 years ago
curl.1 init 5 years ago
curl.html init 5 years ago
curl.pdf init 5 years ago
index.html init 5 years ago
mk-ca-bundle.html init 5 years ago
mk-ca-bundle.pdf init 5 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

Read the INSTALL file for instructions how to compile curl self.