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

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.