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

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.