Daniel Stenberg ec122c4c83 TODO: two possible name resolver improvements il y a 6 ans
..
cmdline-opts d4e40f0690 scripts: allow all perl scripts to be run directly il y a 6 ans
examples da07dbb869 examples/url2file.c: add missing curl_global_cleanup() call il y a 6 ans
libcurl 945df74101 CURLOPT_TCP_NODELAY.3: fix typo il y a 6 ans
.gitignore d960e57029 gitignore: Ignore man page dist files il y a 7 ans
BINDINGS.md 546e7db78c BINDINGS: another PostgreSQL client il y a 7 ans
BUGS 2f81e48c00 BUGS: spellchecked il y a 7 ans
CHECKSRC.md 771f3f22dd docs: Spelling fixes il y a 8 ans
CIPHERS.md 13ef623a81 docs/comments: Update to secure URL versions il y a 7 ans
CMakeLists.txt 898b012a9b cmake: add support for building HTML and PDF docs il y a 7 ans
CODE_OF_CONDUCT.md 1c8725e639 docs: Update to secure URL versions il y a 7 ans
CODE_STYLE.md 1299df6868 CODE_STYLE.md: link to INTERNALS.md correctly il y a 8 ans
CONTRIBUTE.md b4043706eb CONTRIBUTE.md: mention the out-of-tree build test too il y a 7 ans
FAQ 7f555dc5a4 FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION il y a 7 ans
FEATURES 63cd0d60ea LDAP: documentation update per #878 changes (#1506) il y a 7 ans
HELP-US.md 36bbbeb7c2 HELP-US: rename the subtitle too since the label is changed il y a 7 ans
HISTORY.md cd8d9bb930 HISTORY: added some recent items il y a 7 ans
HTTP-COOKIES.md 09cca9813d docs/HTTP-COOKIES: converted to markdown il y a 8 ans
HTTP2.md 771f3f22dd docs: Spelling fixes il y a 8 ans
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md il y a 8 ans
INSTALL.cmake 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h il y a 7 ans
INSTALL.md a34e141c09 docs/examples: demonstrate how to select SSL backends il y a 7 ans
INTERNALS.md de67c259d3 INTERNALS: we may use libidn2 now, not libidn il y a 7 ans
KNOWN_BUGS 08aeae0e37 KNOWN_BUGS: Remove CMake symbol hiding issue il y a 7 ans
LICENSE-MIXING.md 771f3f22dd docs: Spelling fixes il y a 8 ans
MAIL-ETIQUETTE d491a9c3a8 MAIL-ETIQUETTE: added "1.9 Your emails are public" il y a 7 ans
MANUAL 2d5fa35e85 docs: clarify NO_PROXY further il y a 7 ans
Makefile.am 9f691be3d4 make: fix "make distclean" il y a 7 ans
README.cmake e63c9f8ff3 removed execute file permission il y a 13 ans
README.md 02ee3b2737 docs: improved language in README.md HISTORY.md CONTRIBUTE.md il y a 7 ans
README.netware a1a5dd14d7 docs: we no longer ship HTML versions of man pages il y a 7 ans
README.win32 a1a5dd14d7 docs: we no longer ship HTML versions of man pages il y a 7 ans
RELEASE-PROCEDURE 031c367531 RELEASE-PROCEDURE: update the release schedule il y a 7 ans
RESOURCES 8dad32bcfb RESOURCES: update spec names il y a 7 ans
ROADMAP.md 516d3b9ff9 ROADMAP: cleanup il y a 7 ans
SECURITY.md 771f3f22dd docs: Spelling fixes il y a 8 ans
SSL-PROBLEMS.md dcdc5f416d docs-make: have markdown files use .md il y a 8 ans
SSLCERTS.md c5357b7b99 SSLCERTS.md: mention HTTPS proxies and their separate options il y a 7 ans
THANKS 621b24505f THANKS: added missing names il y a 7 ans
THANKS-filter c514af5a4f RELEASE-NOTES: 7.56.1 il y a 7 ans
TODO ec122c4c83 TODO: two possible name resolver improvements il y a 6 ans
TheArtOfHttpScripting feca30419a TheArtOfHttpScripting: grammar il y a 7 ans
VERSIONS a5fb9151ee VERSIONS: now using markdown il y a 9 ans
curl-config.1 0c65678e71 curl-config: add --ssl-backends il y a 7 ans
mk-ca-bundle.1 13ef623a81 docs/comments: Update to secure URL versions il y a 7 ans

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.