诸暨麻将添加redis
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
liwei 86964399f5 init před 5 roky
..
examples init před 5 roky
libcurl init před 5 roky
BINDINGS init před 5 roky
BUGS init před 5 roky
CONTRIBUTE init před 5 roky
DISTRO-DILEMMA init před 5 roky
FAQ init před 5 roky
FEATURES init před 5 roky
HISTORY init před 5 roky
HTTP-COOKIES init před 5 roky
INSTALL init před 5 roky
INSTALL.devcpp init před 5 roky
INTERNALS init před 5 roky
KNOWN_BUGS init před 5 roky
LIBCURL-STRUCTS init před 5 roky
LICENSE-MIXING init před 5 roky
MAIL-ETIQUETTE init před 5 roky
MANUAL init před 5 roky
Makefile.am init před 5 roky
Makefile.in init před 5 roky
README.netware init před 5 roky
README.win32 init před 5 roky
RESOURCES init před 5 roky
SSLCERTS init před 5 roky
THANKS init před 5 roky
TODO init před 5 roky
TheArtOfHttpScripting init před 5 roky
VERSIONS init před 5 roky
curl-config.1 init před 5 roky
curl-config.html init před 5 roky
curl-config.pdf init před 5 roky
curl.1 init před 5 roky
curl.html init před 5 roky
curl.pdf init před 5 roky
index.html init před 5 roky
mk-ca-bundle.html init před 5 roky
mk-ca-bundle.pdf init před 5 roky

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.