诸暨麻将添加redis
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
liwei 86964399f5 init 5 роки тому
..
examples init 5 роки тому
libcurl init 5 роки тому
BINDINGS init 5 роки тому
BUGS init 5 роки тому
CONTRIBUTE init 5 роки тому
DISTRO-DILEMMA init 5 роки тому
FAQ init 5 роки тому
FEATURES init 5 роки тому
HISTORY init 5 роки тому
HTTP-COOKIES init 5 роки тому
INSTALL init 5 роки тому
INSTALL.devcpp init 5 роки тому
INTERNALS init 5 роки тому
KNOWN_BUGS init 5 роки тому
LIBCURL-STRUCTS init 5 роки тому
LICENSE-MIXING init 5 роки тому
MAIL-ETIQUETTE init 5 роки тому
MANUAL init 5 роки тому
Makefile.am init 5 роки тому
Makefile.in init 5 роки тому
README.netware init 5 роки тому
README.win32 init 5 роки тому
RESOURCES init 5 роки тому
SSLCERTS init 5 роки тому
THANKS init 5 роки тому
TODO init 5 роки тому
TheArtOfHttpScripting init 5 роки тому
VERSIONS init 5 роки тому
curl-config.1 init 5 роки тому
curl-config.html init 5 роки тому
curl-config.pdf init 5 роки тому
curl.1 init 5 роки тому
curl.html init 5 роки тому
curl.pdf init 5 роки тому
index.html init 5 роки тому
mk-ca-bundle.html init 5 роки тому
mk-ca-bundle.pdf init 5 роки тому

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.