Yang Tse 6aa5206042 docs - update BCC INSTALL section 13 år sedan
..
examples 879914def3 Use angle address, as for the rest of the example. 13 år sedan
libcurl d8f6d1c334 nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash 13 år sedan
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 år sedan
BINDINGS 8a7231d7ae a binding for Falcon 14 år sedan
BUGS 2309b4e330 remove the CVSish $Id$ lines 14 år sedan
CONTRIBUTE 9f64bbd6d8 Typo / spelling fixes. 13 år sedan
DISTRO-DILEMMA a07bc79117 14 år sedan
FAQ a0a70dc21d axTLS: mention it among the other SSL libs 13 år sedan
FEATURES cef30e0924 Added PolarSSL to the docs 14 år sedan
HISTORY 19d2bf4ee4 HISTORY: mention the gopher story 13 år sedan
INSTALL 6aa5206042 docs - update BCC INSTALL section 13 år sedan
INSTALL.cmake a07bc79117 14 år sedan
INSTALL.devcpp a07bc79117 14 år sedan
INTERNALS 19f45eaa79 duphandle: use ares_dup() 13 år sedan
KNOWN_BUGS 232ad6549a multi: support timeouts 14 år sedan
LICENSE-MIXING f6e892b1b6 Added a libssh2 section. 17 år sedan
MANUAL 46b112bcd4 14 år sedan
Makefile.am 2309b4e330 remove the CVSish $Id$ lines 14 år sedan
README.cmake a07bc79117 14 år sedan
README.netware a07bc79117 14 år sedan
README.win32 a07bc79117 14 år sedan
RESOURCES 4bfe07640c Implement SMTP authentication 14 år sedan
SSLCERTS a07bc79117 14 år sedan
THANKS 00a5bd41be THANKS: added contributors from 7.21.3 13 år sedan
TODO 569202c9a4 TODO: get rid of PATH_MAX 13 år sedan
TheArtOfHttpScripting 6d88d58dd5 TheArtOfHttpScripting: use long options 13 år sedan
VERSIONS a07bc79117 14 år sedan
curl-config.1 2309b4e330 remove the CVSish $Id$ lines 14 år sedan
curl.1 d8f6d1c334 nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash 13 år sedan
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 år sedan

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.