诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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.