Daniel Stenberg 54c8728cd7 contributors.sh: filter common alternative name spellings %!s(int64=9) %!d(string=hai) anos
..
examples c927c92086 httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features %!s(int64=9) %!d(string=hai) anos
libcurl fb24990211 opts-Makefile: put more man pages into dist and make hmtl+pdf %!s(int64=9) %!d(string=hai) anos
.gitignore a76fa17681 IGNORE: files generated by maketgz %!s(int64=14) %!d(string=hai) anos
BINDINGS 30fc601e6c BINDINGS: add node-libcurl %!s(int64=9) %!d(string=hai) anos
BUGS 99229b74eb BUGS: update bug tracker URL %!s(int64=11) %!d(string=hai) anos
CONTRIBUTE 4e0d1d60dc CONTRIBUTE: mention our Bug/Reported-by commit style %!s(int64=10) %!d(string=hai) anos
DISTRO-DILEMMA ca7d1de69c docs: fixed a bunch of typos %!s(int64=10) %!d(string=hai) anos
FAQ 265b9a2e49 vtls: remove QsoSSL %!s(int64=9) %!d(string=hai) anos
FEATURES 265b9a2e49 vtls: remove QsoSSL %!s(int64=9) %!d(string=hai) anos
HISTORY 005f2adaaa HISTORY: two glimpses in 2014 %!s(int64=9) %!d(string=hai) anos
HTTP-COOKIES 016dabcf04 HTTP-COOKIES: clarified and modified layout %!s(int64=12) %!d(string=hai) anos
INSTALL 5e873952b0 INSTALL: Consistent spacing in section headings, paragraphs and examples %!s(int64=9) %!d(string=hai) anos
INSTALL.cmake aec7c5a87c cmake: enable IPv6 by default if available %!s(int64=9) %!d(string=hai) anos
INSTALL.devcpp cb787b70bf Fixed some typos in documentation %!s(int64=12) %!d(string=hai) anos
INTERNALS 265b9a2e49 vtls: remove QsoSSL %!s(int64=9) %!d(string=hai) anos
KNOWN_BUGS 63a0bd4270 NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth %!s(int64=10) %!d(string=hai) anos
LIBCURL-STRUCTS ca7d1de69c docs: fixed a bunch of typos %!s(int64=10) %!d(string=hai) anos
LICENSE-MIXING e3be3e69c0 LICENSE-MIXING: removed krb4 info %!s(int64=9) %!d(string=hai) anos
MAIL-ETIQUETTE 4989695ec3 MAIL-ETIQUETTE: "1.8 I posted, now what?" %!s(int64=9) %!d(string=hai) anos
MANUAL fa7d04fed4 ssh: improve key file search %!s(int64=9) %!d(string=hai) anos
Makefile.am a55e7f0abd SSL-PROBLEMS: describes common curl+SSL problems %!s(int64=10) %!d(string=hai) anos
README.cmake e63c9f8ff3 removed execute file permission %!s(int64=12) %!d(string=hai) anos
README.netware ca7d1de69c docs: fixed a bunch of typos %!s(int64=10) %!d(string=hai) anos
README.win32 a07bc79117 %!s(int64=14) %!d(string=hai) anos
RELEASE-PROCEDURE 4f3ba55ed1 RELEASE-PROCEDURE: better markdown, more content %!s(int64=9) %!d(string=hai) anos
RESOURCES 4bfe07640c Implement SMTP authentication %!s(int64=14) %!d(string=hai) anos
ROADMAP.md 748644b72d ROADMAP: markdown eats underscores %!s(int64=9) %!d(string=hai) anos
SECURITY c6c22aeb44 SECURITY: slightly nicer markdown format %!s(int64=9) %!d(string=hai) anos
SSL-PROBLEMS ca7d1de69c docs: fixed a bunch of typos %!s(int64=10) %!d(string=hai) anos
SSLCERTS f213c0db09 SSLCERTS: minor updates %!s(int64=9) %!d(string=hai) anos
THANKS 08f10fcd02 THANKS: added missing contributor from 2012 %!s(int64=9) %!d(string=hai) anos
THANKS-filter 54c8728cd7 contributors.sh: filter common alternative name spellings %!s(int64=9) %!d(string=hai) anos
TODO b790bdf46b TODO: consider supporting STAT %!s(int64=9) %!d(string=hai) anos
TheArtOfHttpScripting ca7d1de69c docs: fixed a bunch of typos %!s(int64=10) %!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 f7e24683c4 sasl_sspi: Allow DIGEST-MD5 to use current windows credentials %!s(int64=9) %!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 3621045631 mk-ca-bundle: added SHA-384 signature algorithm %!s(int64=9) %!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.