Daniel Stenberg da82f59b69 CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value vor 12 Jahren
..
examples fa6d78829f httpcustomheader.c: free the headers after use vor 12 Jahren
libcurl da82f59b69 CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value vor 12 Jahren
.gitignore a76fa17681 IGNORE: files generated by maketgz vor 14 Jahren
BINDINGS 8a7231d7ae a binding for Falcon vor 15 Jahren
BUGS 34ff881ece BUGS: fix the bug tracker URL vor 12 Jahren
CONTRIBUTE cb787b70bf Fixed some typos in documentation vor 12 Jahren
DISTRO-DILEMMA a07bc79117 vor 14 Jahren
FAQ 9da2c96039 FAQ: remove the date from the topmost line vor 12 Jahren
FEATURES cb787b70bf Fixed some typos in documentation vor 12 Jahren
HISTORY 19d2bf4ee4 HISTORY: mention the gopher story vor 14 Jahren
HTTP-COOKIES 016dabcf04 HTTP-COOKIES: clarified and modified layout vor 12 Jahren
INSTALL b6a141ea8a Updated build docs w.r.t. Android and binary sizes vor 12 Jahren
INSTALL.cmake 0f76e492ae INSTALL.cmake: clarify some flaws/limits in the cmake build vor 12 Jahren
INSTALL.devcpp cb787b70bf Fixed some typos in documentation vor 12 Jahren
INTERNALS cb787b70bf Fixed some typos in documentation vor 12 Jahren
KNOWN_BUGS f332f14102 socks.c: Added support for IPv6 connections through SOCKSv5 proxy vor 12 Jahren
LICENSE-MIXING 3427bece89 Mention axTLS in some more documentation vor 14 Jahren
MAIL-ETIQUETTE cb787b70bf Fixed some typos in documentation vor 12 Jahren
MANUAL fa4b4d2033 MANUAL: clarified user+password in HTTP URLs vor 12 Jahren
Makefile.am 33ee67112f HTTP-COOKIES: added cookie documentation vor 12 Jahren
README.cmake e63c9f8ff3 removed execute file permission vor 13 Jahren
README.netware a07bc79117 vor 14 Jahren
README.win32 a07bc79117 vor 14 Jahren
RESOURCES 4bfe07640c Implement SMTP authentication vor 14 Jahren
SSLCERTS a07bc79117 vor 14 Jahren
THANKS 99b036c9b2 THANKS: 14 new contributors from 7.28.0 vor 12 Jahren
TODO 013d043d22 TODO: support DANE, we already support gnutls without gcrypt vor 12 Jahren
TheArtOfHttpScripting b0940753c6 TheArtOfHttpScripting: extended vor 14 Jahren
VERSIONS 967deb43f8 VERSIONS: clarify our versioning concept vor 13 Jahren
curl-config.1 8ae1e657e8 curl-config.1: fix curl-config usage in example vor 12 Jahren
curl.1 d4af0bb8f6 curl.1: list the -w variables sorted alphabetically vor 12 Jahren
index.html 98c70b73f2 added doctype tag to get HTML compliant vor 20 Jahren
mk-ca-bundle.1 e146a5f132 add a manual page for mk-ca-bundle vor 12 Jahren

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.