2
0
Guenter Knauf 1ba5712f88 MinGW makefile tweaks for running from sh. 12 жил өмнө
..
examples 1ba5712f88 MinGW makefile tweaks for running from sh. 12 жил өмнө
libcurl 39a72bbcd1 errors: CURLM_CALL_MULTI_PERFORM is not returned anymore 12 жил өмнө
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 жил өмнө
BINDINGS 8a7231d7ae a binding for Falcon 14 жил өмнө
BUGS 432044b774 BUGS: spellfixed, slightly reformatted for web looks 12 жил өмнө
CONTRIBUTE 4d71d1b17f CONTRIB: Please don't send pull requests 12 жил өмнө
DISTRO-DILEMMA a07bc79117 14 жил өмнө
FAQ fec096f153 FAQ: updated 1.10 How many are using curl? 12 жил өмнө
FEATURES 819afe46ee schannel: remove version number and identify its use with 'schannel' literal 12 жил өмнө
HISTORY 19d2bf4ee4 HISTORY: mention the gopher story 14 жил өмнө
HTTP-COOKIES 016dabcf04 HTTP-COOKIES: clarified and modified layout 12 жил өмнө
INSTALL eef4b3fcfc Added hint for pkg-config wrapper script. 12 жил өмнө
INSTALL.cmake e63c9f8ff3 removed execute file permission 12 жил өмнө
INSTALL.devcpp a07bc79117 14 жил өмнө
INTERNALS 42aa796150 nss: unconditionally require PK11_CreateGenericObject() 12 жил өмнө
KNOWN_BUGS c41f304c43 KNOWN_BUGS: can't receive zero bytes file properly 12 жил өмнө
LICENSE-MIXING 3427bece89 Mention axTLS in some more documentation 13 жил өмнө
MAIL-ETIQUETTE 7031ff23bb MAIL-ETIQUETTE: Added "How to unsubscribe" 12 жил өмнө
MANUAL 612a61b267 Correct default upload mimetype in manual 12 жил өмнө
Makefile.am 33ee67112f HTTP-COOKIES: added cookie documentation 12 жил өмнө
README.cmake e63c9f8ff3 removed execute file permission 12 жил өмнө
README.netware a07bc79117 14 жил өмнө
README.win32 a07bc79117 14 жил өмнө
RESOURCES 4bfe07640c Implement SMTP authentication 14 жил өмнө
SSLCERTS a07bc79117 14 жил өмнө
THANKS 0c86ccc647 sspi: Updated RELEASE-NOTES, FEATURES and THANKS 12 жил өмнө
TODO 797315044d DOCS: Fixed list in Section 18.2 not displaying correctly on web site 12 жил өмнө
TheArtOfHttpScripting b0940753c6 TheArtOfHttpScripting: extended 13 жил өмнө
VERSIONS 967deb43f8 VERSIONS: clarify our versioning concept 13 жил өмнө
curl-config.1 8ae1e657e8 curl-config.1: fix curl-config usage in example 12 жил өмнө
curl.1 92c40ce190 curl.1: Updated Metalink description in man page 12 жил өмнө
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 жил өмнө
mk-ca-bundle.1 e146a5f132 add a manual page for mk-ca-bundle 12 жил өмнө

README.cmake

_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|

README.cmake
Read the README file first.

Curl contains CMake build files that provide a way to build Curl with the
CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
that generates native makefiles and IDE project files. The CMake build
system can be used to build Curl on any of its supported platforms.

Read the INSTALL.cmake file for instructions on how to compile curl with
CMake.