诸暨麻将添加redis
Você não pode selecionar mais de 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 5 anos atrás
..
examples init 5 anos atrás
libcurl init 5 anos atrás
BINDINGS init 5 anos atrás
BUGS init 5 anos atrás
CONTRIBUTE init 5 anos atrás
DISTRO-DILEMMA init 5 anos atrás
FAQ init 5 anos atrás
FEATURES init 5 anos atrás
HISTORY init 5 anos atrás
HTTP-COOKIES init 5 anos atrás
INSTALL init 5 anos atrás
INSTALL.devcpp init 5 anos atrás
INTERNALS init 5 anos atrás
KNOWN_BUGS init 5 anos atrás
LIBCURL-STRUCTS init 5 anos atrás
LICENSE-MIXING init 5 anos atrás
MAIL-ETIQUETTE init 5 anos atrás
MANUAL init 5 anos atrás
Makefile.am init 5 anos atrás
Makefile.in init 5 anos atrás
README.netware init 5 anos atrás
README.win32 init 5 anos atrás
RESOURCES init 5 anos atrás
SSLCERTS init 5 anos atrás
THANKS init 5 anos atrás
TODO init 5 anos atrás
TheArtOfHttpScripting init 5 anos atrás
VERSIONS init 5 anos atrás
curl-config.1 init 5 anos atrás
curl-config.html init 5 anos atrás
curl-config.pdf init 5 anos atrás
curl.1 init 5 anos atrás
curl.html init 5 anos atrás
curl.pdf init 5 anos atrás
index.html init 5 anos atrás
mk-ca-bundle.html init 5 anos atrás
mk-ca-bundle.pdf init 5 anos atrás

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.