Steve Holme 6fb34ea6c6 INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 %!s(int64=10) %!d(string=hai) anos
..
examples 8bcf677a30 examples: gitignore more binaries %!s(int64=10) %!d(string=hai) anos
libcurl 755dc2f058 curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTH %!s(int64=10) %!d(string=hai) anos
.gitignore a76fa17681 IGNORE: files generated by maketgz %!s(int64=14) %!d(string=hai) anos
BINDINGS e839e7c61b BINDINGS: BBHTTP is a cocoa binding, Julia has a binding %!s(int64=11) %!d(string=hai) anos
BUGS 99229b74eb BUGS: update bug tracker URL %!s(int64=12) %!d(string=hai) anos
CONTRIBUTE 785749405f CONTRIBUTE: minor language polish %!s(int64=11) %!d(string=hai) anos
DISTRO-DILEMMA a07bc79117 %!s(int64=14) %!d(string=hai) anos
FAQ c216179af4 docs: primarily refer to schannel as WinSSL %!s(int64=11) %!d(string=hai) anos
FEATURES c216179af4 docs: primarily refer to schannel as WinSSL %!s(int64=11) %!d(string=hai) anos
HISTORY 53fda844cc HISTORY: Fix spelling error. %!s(int64=11) %!d(string=hai) anos
HTTP-COOKIES 016dabcf04 HTTP-COOKIES: clarified and modified layout %!s(int64=12) %!d(string=hai) anos
INSTALL 6fb34ea6c6 INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 %!s(int64=10) %!d(string=hai) anos
INSTALL.cmake ae2a2c9931 curl tool: renaming hugehelp files to tool_hugehelp %!s(int64=12) %!d(string=hai) anos
INSTALL.devcpp cb787b70bf Fixed some typos in documentation %!s(int64=12) %!d(string=hai) anos
INTERNALS e9c0f1f658 docs/INTERNALS: follow up fix for 11e8066 and 92b9ae5 %!s(int64=11) %!d(string=hai) anos
KNOWN_BUGS c216179af4 docs: primarily refer to schannel as WinSSL %!s(int64=11) %!d(string=hai) anos
LIBCURL-STRUCTS 96749554fd LIBCURL-STRUCTS: new document %!s(int64=11) %!d(string=hai) anos
LICENSE-MIXING 3427bece89 Mention axTLS in some more documentation %!s(int64=14) %!d(string=hai) anos
MAIL-ETIQUETTE cb787b70bf Fixed some typos in documentation %!s(int64=12) %!d(string=hai) anos
MANUAL fa4b4d2033 MANUAL: clarified user+password in HTTP URLs %!s(int64=12) %!d(string=hai) anos
Makefile.am b7b126ee41 RELEASE-PROCEDURE: new document %!s(int64=11) %!d(string=hai) anos
README.cmake e63c9f8ff3 removed execute file permission %!s(int64=13) %!d(string=hai) anos
README.netware a07bc79117 %!s(int64=14) %!d(string=hai) anos
README.win32 a07bc79117 %!s(int64=14) %!d(string=hai) anos
RELEASE-PROCEDURE b7b126ee41 RELEASE-PROCEDURE: new document %!s(int64=11) %!d(string=hai) anos
RESOURCES 4bfe07640c Implement SMTP authentication %!s(int64=14) %!d(string=hai) anos
SECURITY 8005e58983 SECURITY: "curl security for developers" %!s(int64=11) %!d(string=hai) anos
SSLCERTS 79f1bf32d0 docs: schannel and darwinssl documentation improvements %!s(int64=11) %!d(string=hai) anos
THANKS c3678f3bf6 THANKS: 19 new contributors from the 7.35.0 release notes %!s(int64=10) %!d(string=hai) anos
TODO 5b591829b6 TODO: Allow SSL (HTTPS) to proxy %!s(int64=10) %!d(string=hai) anos
TheArtOfHttpScripting 15bf9389ce TheArtOfHttpScripting: major update, converted layout and more %!s(int64=11) %!d(string=hai) anos
VERSIONS 967deb43f8 VERSIONS: clarify our versioning concept %!s(int64=13) %!d(string=hai) anos
curl-config.1 8ae1e657e8 curl-config.1: fix curl-config usage in example %!s(int64=12) %!d(string=hai) anos
curl.1 0952c9abcc http2: call it "HTTP 2" and not 2.0 %!s(int64=10) %!d(string=hai) anos
index.html 98c70b73f2 added doctype tag to get HTML compliant %!s(int64=20) %!d(string=hai) anos
mk-ca-bundle.1 e35458bc08 mk-ca-bundle.1: document -d %!s(int64=11) %!d(string=hai) anos

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.