Daniel Stenberg da82f59b69 CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value 12 years ago
..
examples fa6d78829f httpcustomheader.c: free the headers after use 12 years ago
libcurl da82f59b69 CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value 12 years ago
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 years ago
BINDINGS 8a7231d7ae a binding for Falcon 15 years ago
BUGS 34ff881ece BUGS: fix the bug tracker URL 12 years ago
CONTRIBUTE cb787b70bf Fixed some typos in documentation 12 years ago
DISTRO-DILEMMA a07bc79117 14 years ago
FAQ 9da2c96039 FAQ: remove the date from the topmost line 12 years ago
FEATURES cb787b70bf Fixed some typos in documentation 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 b6a141ea8a Updated build docs w.r.t. Android and binary sizes 12 years ago
INSTALL.cmake 0f76e492ae INSTALL.cmake: clarify some flaws/limits in the cmake build 12 years ago
INSTALL.devcpp cb787b70bf Fixed some typos in documentation 12 years ago
INTERNALS cb787b70bf Fixed some typos in documentation 12 years ago
KNOWN_BUGS f332f14102 socks.c: Added support for IPv6 connections through SOCKSv5 proxy 12 years ago
LICENSE-MIXING 3427bece89 Mention axTLS in some more documentation 14 years ago
MAIL-ETIQUETTE cb787b70bf Fixed some typos in documentation 12 years ago
MANUAL fa4b4d2033 MANUAL: clarified user+password in HTTP URLs 12 years ago
Makefile.am 33ee67112f HTTP-COOKIES: added cookie documentation 12 years ago
README.cmake e63c9f8ff3 removed execute file permission 13 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 99b036c9b2 THANKS: 14 new contributors from 7.28.0 12 years ago
TODO 013d043d22 TODO: support DANE, we already support gnutls without gcrypt 12 years ago
TheArtOfHttpScripting b0940753c6 TheArtOfHttpScripting: extended 14 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 d4af0bb8f6 curl.1: list the -w variables sorted alphabetically 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.