诸暨麻将添加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.