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