Daniel Stenberg 0bc60d91de copyrights: fix copyright year range 5 лет назад
..
cmdline-opts b1ae7f9b7f docs: make sure the --no-progress-meter docs file is in dist too 5 лет назад
examples 0bc60d91de copyrights: fix copyright year range 5 лет назад
libcurl d0319adb0c copyrights: update all copyright notices to 2019 on files changed this year 5 лет назад
.gitignore d960e57029 gitignore: Ignore man page dist files 7 лет назад
ALTSVC.md 317076876a docs/ALTSVC: remove what works and the experimental explanation 5 лет назад
BINDINGS.md 1c134e9cf4 BINDINGS: PureBasic, Net::Curl for perl and Nim 5 лет назад
BUG-BOUNTY.md a07f376861 BUG-BOUNTY: minor formatting fixes [ci skip] 5 лет назад
BUGS 10e4dd6a7b docs/BUG-BOUNTY: bug bounty time [skip ci] 5 лет назад
CHECKSRC.md 6381708970 checksrc: add COPYRIGHTYEAR check 6 лет назад
CIPHERS.md fea0120312 CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH 5 лет назад
CMakeLists.txt 898b012a9b cmake: add support for building HTML and PDF docs 7 лет назад
CODE_OF_CONDUCT.md 1c8725e639 docs: Update to secure URL versions 7 лет назад
CODE_STYLE.md f3e0f071b1 docs: Markdown and misc improvements [ci skip] 5 лет назад
CONTRIBUTE.md e49ca2a115 CONTRIBUTE.md: Fix grammatical errors 5 лет назад
DEPRECATE.md a42b0957ab http09: disable HTTP/0.9 by default in both tool and library 5 лет назад
ESNI.md 0f48055c40 ESNI: initial build/setup 5 лет назад
EXPERIMENTAL.md f23d492777 docs/EXPERIMENTAL: explain what it means and what's experimental now 5 лет назад
FAQ 84086b39c1 FAQ: more minor updates and spelling fixes 5 лет назад
FEATURES 302d125b42 axtls: removed 6 лет назад
GOVERNANCE.md 4fac2899d0 GOVERNANCE.md: minor spelling fixes 5 лет назад
HELP-US.md 36bbbeb7c2 HELP-US: rename the subtitle too since the label is changed 7 лет назад
HISTORY.md a1aabed817 HISTORY: add some milestones 6 лет назад
HTTP-COOKIES.md e6522522f9 cookie: Add support for cookie prefixes 5 лет назад
HTTP2.md 8a49b291cb winssl: be consistent in Schannel capitalization 6 лет назад
HTTP3.md 37aea3c944 HTTP3: fix typo somehere1 > somewhere1 5 лет назад
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md 8 лет назад
INSTALL.cmake b801b453af whitespace fixes 6 лет назад
INSTALL.md 4011802b35 INSTALL: add missing space for configure commands 5 лет назад
INTERNALS.md 6ee9e4bd47 cleanup: s/curl_debug/curl_dbg_debug in comments and docs 5 лет назад
KNOWN_BUGS a81836a7f2 KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array" 5 лет назад
LICENSE-MIXING.md 302d125b42 axtls: removed 6 лет назад
MAIL-ETIQUETTE 4bd91bc474 spelling fixes 6 лет назад
MANUAL.md 14a385b3ae docs/MANUAL.md: converted to markdown from plain text 5 лет назад
Makefile.am 0f48055c40 ESNI: initial build/setup 5 лет назад
PARALLEL-TRANSFERS.md 71299394ef docs/PARALLEL-TRANSFERS: correct the version number 5 лет назад
README.cmake e63c9f8ff3 removed execute file permission 13 лет назад
README.md 3455b4b374 replace rawgit links [ci skip] 6 лет назад
README.netware b801b453af whitespace fixes 6 лет назад
README.win32 b801b453af whitespace fixes 6 лет назад
RELEASE-PROCEDURE.md f3e0f071b1 docs: Markdown and misc improvements [ci skip] 5 лет назад
RESOURCES 8dad32bcfb RESOURCES: update spec names 7 лет назад
ROADMAP.md 82a2168e61 ROADMAP: updated after recent user poll 5 лет назад
SECURITY-PROCESS.md b4988286a9 SECURITY-PROCESS: fix links [ci skip] 5 лет назад
SSL-PROBLEMS.md f3e0f071b1 docs: Markdown and misc improvements [ci skip] 5 лет назад
SSLCERTS.md 9dad3bd665 SSLCERTS: improve the openssl command line 6 лет назад
THANKS 9367428c73 THANKS: add new names from 7.67.0 5 лет назад
THANKS-filter 698149e42c THANKS-filter: deal with my typos 'Jat' => 'Jay' 5 лет назад
TODO 07e987840c TODO: Handle growing SFTP files 5 лет назад
TheArtOfHttpScripting b801b453af whitespace fixes 6 лет назад
VERSIONS a5fb9151ee VERSIONS: now using markdown 9 лет назад
curl-config.1 0c65678e71 curl-config: add --ssl-backends 7 лет назад
mk-ca-bundle.1 13ef623a81 docs/comments: Update to secure URL versions 7 лет назад

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.