Daniel Stenberg 8754ddb85d curl_easy_duphandle.3: clarify that a duped handle has no shares 5 роки тому
..
cmdline-opts 8f105b0534 docs: update max-redirs.d phrasing 5 роки тому
examples 091cdf2795 10-at-a-time.c: fix too long line 5 роки тому
libcurl 8754ddb85d curl_easy_duphandle.3: clarify that a duped handle has no shares 5 роки тому
.gitignore d960e57029 gitignore: Ignore man page dist files 7 роки тому
BINDINGS.md f078361c0e URL and mailmap updates, remove an obsolete directory [ci skip] 6 роки тому
BUGS ddb879c6ae BUGS: updated link to security process 6 роки тому
CHECKSRC.md 6381708970 checksrc: add COPYRIGHTYEAR check 5 роки тому
CIPHERS.md 531b7ad43a schannel: support CALG_ECDH_EPHEM algorithm 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 07b9826541 CODE_STYLE: mention return w/o parens, but sizeof with 6 роки тому
CONTRIBUTE.md e49ca2a115 CONTRIBUTE.md: Fix grammatical errors 5 роки тому
DEPRECATE.md 006ff62d8c http: added options for allowing HTTP/0.9 responses 5 роки тому
FAQ 1640bb6fc2 FAQ: minor updates and spelling fixes 5 роки тому
FEATURES 302d125b42 axtls: removed 5 роки тому
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 5 роки тому
HTTP-COOKIES.md e6522522f9 cookie: Add support for cookie prefixes 5 роки тому
HTTP2.md 8a49b291cb winssl: be consistent in Schannel capitalization 5 роки тому
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md 8 роки тому
INSTALL.cmake b801b453af whitespace fixes 6 роки тому
INSTALL.md b4755887b9 INSTALL: refer to the current TLS library names and configure options 5 роки тому
INTERNALS.md fef38a0898 INTERNALS.md: fix subsection depth and link 5 роки тому
KNOWN_BUGS a75de9de40 KNOWN_BUGS: Cannot compile against a static build of OpenLDAP 5 роки тому
LICENSE-MIXING.md 302d125b42 axtls: removed 5 роки тому
MAIL-ETIQUETTE 4bd91bc474 spelling fixes 6 роки тому
MANUAL 3edb0e369e MANUAL: minor grammar fix 6 роки тому
Makefile.am c543da9a50 curl: remove MANUAL from -M output 5 роки тому
README.cmake e63c9f8ff3 removed execute file permission 12 роки тому
README.md 3455b4b374 replace rawgit links [ci skip] 6 роки тому
README.netware b801b453af whitespace fixes 6 роки тому
README.win32 b801b453af whitespace fixes 6 роки тому
RELEASE-PROCEDURE.md 1c986c068d RELEASE-PROCEDURE: update the release calendar 5 роки тому
RESOURCES 8dad32bcfb RESOURCES: update spec names 6 роки тому
ROADMAP.md e6522522f9 cookie: Add support for cookie prefixes 5 роки тому
SECURITY-PROCESS.md 4a01a20bdb SECURITY-PROCESS: bountygraph shuts down 5 роки тому
SSL-PROBLEMS.md dcdc5f416d docs-make: have markdown files use .md 8 роки тому
SSLCERTS.md 9dad3bd665 SSLCERTS: improve the openssl command line 6 роки тому
THANKS f3e5a91e44 THANKS: 7.64.0 status 5 роки тому
THANKS-filter 89165c1a94 THANKS: fixups and a dedupe 5 роки тому
TODO 8bc5ceb204 TODO: Allow SAN names in HTTP/2 server push 5 роки тому
TheArtOfHttpScripting b801b453af whitespace fixes 6 роки тому
VERSIONS a5fb9151ee VERSIONS: now using markdown 9 роки тому
curl-config.1 0c65678e71 curl-config: add --ssl-backends 6 роки тому
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.