诸暨麻将添加redis
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
liwei 86964399f5 init há 5 anos
..
examples init há 5 anos
libcurl init há 5 anos
BINDINGS init há 5 anos
BUGS init há 5 anos
CONTRIBUTE init há 5 anos
DISTRO-DILEMMA init há 5 anos
FAQ init há 5 anos
FEATURES init há 5 anos
HISTORY init há 5 anos
HTTP-COOKIES init há 5 anos
INSTALL init há 5 anos
INSTALL.devcpp init há 5 anos
INTERNALS init há 5 anos
KNOWN_BUGS init há 5 anos
LIBCURL-STRUCTS init há 5 anos
LICENSE-MIXING init há 5 anos
MAIL-ETIQUETTE init há 5 anos
MANUAL init há 5 anos
Makefile.am init há 5 anos
Makefile.in init há 5 anos
README.netware init há 5 anos
README.win32 init há 5 anos
RESOURCES init há 5 anos
SSLCERTS init há 5 anos
THANKS init há 5 anos
TODO init há 5 anos
TheArtOfHttpScripting init há 5 anos
VERSIONS init há 5 anos
curl-config.1 init há 5 anos
curl-config.html init há 5 anos
curl-config.pdf init há 5 anos
curl.1 init há 5 anos
curl.html init há 5 anos
curl.pdf init há 5 anos
index.html init há 5 anos
mk-ca-bundle.html init há 5 anos
mk-ca-bundle.pdf init há 5 anos

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.