Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
..
examples 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
libcurl 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 years ago
BINDINGS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
BUGS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
CODE_OF_CONDUCT.md 0c46abd79a CODE_OF_CONDUCT.md: added 9 years ago
CONTRIBUTE 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
FAQ 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
FEATURES 980ba2202c docs: cite SASL external authentication. 9 years ago
HISTORY 005f2adaaa HISTORY: two glimpses in 2014 9 years ago
HTTP-COOKIES 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
HTTP2.md 15cf5a98b7 HTTP2.md: spell fix and remove TODO now implemented 8 years ago
INSTALL 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
INSTALL.cmake aec7c5a87c cmake: enable IPv6 by default if available 9 years ago
INSTALL.devcpp 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
INTERNALS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
KNOWN_BUGS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
LICENSE-MIXING 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
MAIL-ETIQUETTE 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
MANUAL 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
Makefile.am 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
README.cmake e63c9f8ff3 removed execute file permission 12 years ago
README.netware ca7d1de69c docs: fixed a bunch of typos 10 years ago
README.win32 a07bc79117 14 years ago
RELEASE-PROCEDURE 645fc44764 RELEASE-PROCEDURE: add the github HTTPS download step 8 years ago
RESOURCES 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
ROADMAP.md 63a5a756a8 ROADMAP: implemented HTTP2 for HTTPS-only 8 years ago
SECURITY 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
SSL-PROBLEMS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
SSLCERTS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
THANKS 87a5d3d13e THANKS: 6 new contributors from 7.47.0 release notes 8 years ago
THANKS-filter 940c2f51aa THANKS-filter: single Tim Rühsen spelling 8 years ago
TODO 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
TheArtOfHttpScripting 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 years ago
VERSIONS a5fb9151ee VERSIONS: now using markdown 9 years ago
curl-config.1 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
curl.1 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 years ago
mk-ca-bundle.1 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago

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.