Clément Notin 12144fdda8 nghttp2: 1.12.0 required před 4 roky
..
cmdline-opts 5450428491 schannel: add "best effort" revocation check option před 4 roky
examples 67f3f6cff1 Makefile.m32: Improve windres parameter compatibility před 4 roky
libcurl 5450428491 schannel: add "best effort" revocation check option před 4 roky
.gitignore d960e57029 gitignore: Ignore man page dist files před 7 roky
ALTSVC.md 1ff63fa69b docs: fix typos před 4 roky
BINDINGS.md 1c134e9cf4 BINDINGS: PureBasic, Net::Curl for perl and Nim před 4 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 5 roky
CIPHERS.md fea0120312 CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH před 4 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 6 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 1a46d7c976 docs: fix some typos před 4 roky
DEPRECATE.md 6357a19ff2 polarssl: removed před 4 roky
ESNI.md 1a46d7c976 docs: fix some typos před 4 roky
EXPERIMENTAL.md f23d492777 docs/EXPERIMENTAL: explain what it means and what's experimental now před 4 roky
FAQ 9b879160df TLS: add BearSSL vtls implementation před 4 roky
FEATURES 302d125b42 axtls: removed před 5 roky
GOVERNANCE.md 0ae578ac92 docs/GOVERNANCE: refreshed + added "donations" and "commercial support" před 4 roky
HELP-US.md 36bbbeb7c2 HELP-US: rename the subtitle too since the label is changed před 6 roky
HISTORY.md a90d763548 HISTORY: OSS-Fuzz started fuzzing libcurl in 2017 před 4 roky
HTTP-COOKIES.md 67d26a361a HTTP-COOKIES: mention that a trailing newline is required před 4 roky
HTTP2.md 12144fdda8 nghttp2: 1.12.0 required před 4 roky
HTTP3.md ff3b1f4860 altsvc: both h3 backends now speak h3-27 před 4 roky
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md před 7 roky
INSTALL.cmake b801b453af whitespace fixes před 5 roky
INSTALL.md 52d302ed64 polarssl: remove more references and mentions před 4 roky
INTERNALS.md 52d302ed64 polarssl: remove more references and mentions před 4 roky
KNOWN_BUGS beea6f8bed KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS před 4 roky
LICENSE-MIXING.md 9b879160df TLS: add BearSSL vtls implementation před 4 roky
MAIL-ETIQUETTE 4bd91bc474 spelling fixes před 6 roky
MANUAL.md a52a1a05fb MANUAL: update a dict-using command line před 4 roky
Makefile.am cbaaae44fe CURL-DISABLE: initial docs for the CURL_DISABLE_* defines před 4 roky
PARALLEL-TRANSFERS.md 1ff63fa69b docs: fix typos před 4 roky
README.cmake e63c9f8ff3 removed execute file permission před 12 roky
README.md 3455b4b374 replace rawgit links [ci skip] před 5 roky
README.netware b801b453af whitespace fixes před 5 roky
README.win32 b801b453af whitespace fixes před 5 roky
RELEASE-PROCEDURE.md 1fa83b2680 RELEASE-PROCEDURE: feature win is closed post-release a few days před 4 roky
RESOURCES 8dad32bcfb RESOURCES: update spec names před 6 roky
ROADMAP.md c275aa9903 ROADMAP: thread-safe `curl_global_init()` před 4 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 5 roky
THANKS 2d47224e1c THANKS: from the 7.69.1 release před 4 roky
THANKS-filter 698149e42c THANKS-filter: deal with my typos 'Jat' => 'Jay' před 4 roky
TODO 4b355dd13b TODO: Use "random" ports for the test servers před 4 roky
TheArtOfHttpScripting b801b453af whitespace fixes před 5 roky
VERSIONS a5fb9151ee VERSIONS: now using markdown před 9 roky
curl-config.1 0c65678e71 curl-config: add --ssl-backends před 6 roky
mk-ca-bundle.1 13ef623a81 docs/comments: Update to secure URL versions před 6 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.