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

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.