诸暨麻将添加redis
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
liwei 86964399f5 init hace 5 años
..
examples init hace 5 años
libcurl init hace 5 años
BINDINGS init hace 5 años
BUGS init hace 5 años
CONTRIBUTE init hace 5 años
DISTRO-DILEMMA init hace 5 años
FAQ init hace 5 años
FEATURES init hace 5 años
HISTORY init hace 5 años
HTTP-COOKIES init hace 5 años
INSTALL init hace 5 años
INSTALL.devcpp init hace 5 años
INTERNALS init hace 5 años
KNOWN_BUGS init hace 5 años
LIBCURL-STRUCTS init hace 5 años
LICENSE-MIXING init hace 5 años
MAIL-ETIQUETTE init hace 5 años
MANUAL init hace 5 años
Makefile.am init hace 5 años
Makefile.in init hace 5 años
README.netware init hace 5 años
README.win32 init hace 5 años
RESOURCES init hace 5 años
SSLCERTS init hace 5 años
THANKS init hace 5 años
TODO init hace 5 años
TheArtOfHttpScripting init hace 5 años
VERSIONS init hace 5 años
curl-config.1 init hace 5 años
curl-config.html init hace 5 años
curl-config.pdf init hace 5 años
curl.1 init hace 5 años
curl.html init hace 5 años
curl.pdf init hace 5 años
index.html init hace 5 años
mk-ca-bundle.html init hace 5 años
mk-ca-bundle.pdf init hace 5 años

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.