Daniel Stenberg 26ec93dd6a opts: fix option references missing (section) 8 роки тому
..
examples 6ddab23fb1 docs/examples: remove spurious white spaces all over 8 роки тому
libcurl 26ec93dd6a opts: fix option references missing (section) 8 роки тому
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 роки тому
BINDINGS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
BUGS 20dcd19501 URLs: follow GitHub project rename (also Travis CI) 8 роки тому
CHECKSRC.md f5050d06cf CHECKSRC.md: Corrected some typos 8 роки тому
CODE_OF_CONDUCT.md 0c46abd79a CODE_OF_CONDUCT.md: added 9 роки тому
CODE_STYLE.md 9b03bca6e6 CODE_STYLE: Added ternary operator example to 'Space around operators' 8 роки тому
CONTRIBUTE 1b3d736ae3 CONTRIBUTE: moved out code style to a separate document 8 роки тому
FAQ 9c2cbc104d FAQ: 2.5 Install libcurl for both 32bit and 64bit? 8 роки тому
FEATURES 980ba2202c docs: cite SASL external authentication. 9 роки тому
HISTORY 42f725fb9b HISTORY: add some info about when we used which host names 8 роки тому
HTTP-COOKIES.md 09cca9813d docs/HTTP-COOKIES: converted to markdown 8 роки тому
HTTP2.md 045c7924ac TODO: HTTP/2 "prior knowledge" is implemented! 8 роки тому
INSTALL a24f71aac4 URLs: change http to https in many places 8 роки тому
INSTALL.cmake aec7c5a87c cmake: enable IPv6 by default if available 10 роки тому
INSTALL.devcpp 4af40b3646 URLs: change all http:// URLs to https:// 8 роки тому
INTERNALS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
KNOWN_BUGS 15cadb1f7a KNOWN_BUGS: added info for "Hangs with PolarSSL" 8 роки тому
LICENSE-MIXING a24f71aac4 URLs: change http to https in many places 8 роки тому
MAIL-ETIQUETTE 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
MANUAL 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
Makefile.am d532645afd build: use roffit 0.11 feature 8 роки тому
README.cmake e63c9f8ff3 removed execute file permission 13 роки тому
README.netware ca7d1de69c docs: fixed a bunch of typos 10 роки тому
README.win32 a07bc79117 14 роки тому
RELEASE-PROCEDURE f0098d6156 RELEASE-PROCEDURE: mention the github release tag edit 8 роки тому
RESOURCES 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
ROADMAP.md 0e6ff33bd5 ROADMAP: Updated following the move of the authentication code 8 роки тому
SECURITY 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
SSL-PROBLEMS 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
SSLCERTS e49ab0a3b8 SSLCERTS: update wrt SSL CA certificate store 8 роки тому
THANKS b733c9cb0b THANKS: 15 new contributors from 7.48.0 release 8 роки тому
THANKS-filter eab769518e THANKS-filter: unify Michael König 8 роки тому
TODO 3954d6fdcf KNOWN_BUGS: openldap hangs. TODO: binary SASL. 8 роки тому
TheArtOfHttpScripting 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 роки тому
VERSIONS a5fb9151ee VERSIONS: now using markdown 9 роки тому
curl-config.1 4af40b3646 URLs: change all http:// URLs to https:// 8 роки тому
curl.1 cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to 8 роки тому
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 роки тому
mk-ca-bundle.1 4af40b3646 URLs: change all http:// URLs to https:// 8 роки тому

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.