Viktor Szakats b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
..
cmdline-opts b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
examples b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
libcurl b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
.gitignore d960e57029 gitignore: Ignore man page dist files %!s(int64=7) %!d(string=hai) anos
BINDINGS.md f078361c0e URL and mailmap updates, remove an obsolete directory [ci skip] %!s(int64=5) %!d(string=hai) anos
BUGS ddb879c6ae BUGS: updated link to security process %!s(int64=6) %!d(string=hai) anos
CHECKSRC.md 9b96e0bb44 checksrc: Fix typo %!s(int64=6) %!d(string=hai) anos
CIPHERS.md 9aefbff30d schannel: support selecting ciphers %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt 898b012a9b cmake: add support for building HTML and PDF docs %!s(int64=7) %!d(string=hai) anos
CODE_OF_CONDUCT.md 1c8725e639 docs: Update to secure URL versions %!s(int64=6) %!d(string=hai) anos
CODE_STYLE.md 07b9826541 CODE_STYLE: mention return w/o parens, but sizeof with %!s(int64=6) %!d(string=hai) anos
CONTRIBUTE.md b4043706eb CONTRIBUTE.md: mention the out-of-tree build test too %!s(int64=7) %!d(string=hai) anos
DEPRECATE.md b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
FAQ f078361c0e URL and mailmap updates, remove an obsolete directory [ci skip] %!s(int64=5) %!d(string=hai) anos
FEATURES 63cd0d60ea LDAP: documentation update per #878 changes (#1506) %!s(int64=7) %!d(string=hai) anos
GOVERNANCE.md be231ef88a GOVERNANCE: linkify, changed some titles %!s(int64=6) %!d(string=hai) anos
HELP-US.md 36bbbeb7c2 HELP-US: rename the subtitle too since the label is changed %!s(int64=6) %!d(string=hai) anos
HISTORY.md cd8d9bb930 HISTORY: added some recent items %!s(int64=6) %!d(string=hai) anos
HTTP-COOKIES.md 09cca9813d docs/HTTP-COOKIES: converted to markdown %!s(int64=8) %!d(string=hai) anos
HTTP2.md 092f6815c8 darwinssl: add support for ALPN negotiation %!s(int64=6) %!d(string=hai) anos
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md %!s(int64=7) %!d(string=hai) anos
INSTALL.cmake b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
INSTALL.md 7212c4cd60 docs/INSTALL.md: minor formatting fixes %!s(int64=5) %!d(string=hai) anos
INTERNALS.md 362e9cc89b INTERNALS: require GnuTLS >= 2.11.3 %!s(int64=5) %!d(string=hai) anos
KNOWN_BUGS 6e61668b9c KNOWN_BUGS: Stick to same family over SOCKS proxy %!s(int64=6) %!d(string=hai) anos
LICENSE-MIXING.md 771f3f22dd docs: Spelling fixes %!s(int64=7) %!d(string=hai) anos
MAIL-ETIQUETTE 4bd91bc474 spelling fixes %!s(int64=6) %!d(string=hai) anos
MANUAL b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
Makefile.am b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
README.cmake e63c9f8ff3 removed execute file permission %!s(int64=12) %!d(string=hai) anos
README.md 02ee3b2737 docs: improved language in README.md HISTORY.md CONTRIBUTE.md %!s(int64=7) %!d(string=hai) anos
README.netware b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
README.win32 b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
RELEASE-PROCEDURE.md f404f9a285 docs/RELEASE-PROCEDURE.md: renamed to use .md extension %!s(int64=6) %!d(string=hai) anos
RESOURCES 8dad32bcfb RESOURCES: update spec names %!s(int64=6) %!d(string=hai) anos
ROADMAP.md 516d3b9ff9 ROADMAP: cleanup %!s(int64=6) %!d(string=hai) anos
SECURITY-PROCESS.md 3cae1cd699 SECURITY-PROCESS: mention the bountygraph program [ci skip] %!s(int64=5) %!d(string=hai) anos
SSL-PROBLEMS.md dcdc5f416d docs-make: have markdown files use .md %!s(int64=7) %!d(string=hai) anos
SSLCERTS.md 9dad3bd665 SSLCERTS: improve the openssl command line %!s(int64=5) %!d(string=hai) anos
THANKS 432eb5f5c2 THANKS: 7.61.1 status %!s(int64=5) %!d(string=hai) anos
THANKS-filter 843d161031 THANKS-filter: dedup Daniel Jeliński %!s(int64=5) %!d(string=hai) anos
TODO f078361c0e URL and mailmap updates, remove an obsolete directory [ci skip] %!s(int64=5) %!d(string=hai) anos
TheArtOfHttpScripting b801b453af whitespace fixes %!s(int64=5) %!d(string=hai) anos
VERSIONS a5fb9151ee VERSIONS: now using markdown %!s(int64=9) %!d(string=hai) anos
curl-config.1 0c65678e71 curl-config: add --ssl-backends %!s(int64=6) %!d(string=hai) anos
mk-ca-bundle.1 13ef623a81 docs/comments: Update to secure URL versions %!s(int64=6) %!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.