Guenter Knauf 8bab6700d9 Added header to be included by dist script. 12 gadi atpakaļ
..
examples 8bab6700d9 Added header to be included by dist script. 12 gadi atpakaļ
libcurl 00532341b5 CURLOPT_URL docs: no need to mention function names 12 gadi atpakaļ
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 gadi atpakaļ
BINDINGS 8a7231d7ae a binding for Falcon 14 gadi atpakaļ
BUGS 432044b774 BUGS: spellfixed, slightly reformatted for web looks 12 gadi atpakaļ
CONTRIBUTE 89d412b5e7 CONTRIBUTE: minor edits 13 gadi atpakaļ
DISTRO-DILEMMA a07bc79117 14 gadi atpakaļ
FAQ c9a82f39e2 FAQ: more blurb on persistent connections 13 gadi atpakaļ
FEATURES 3427bece89 Mention axTLS in some more documentation 13 gadi atpakaļ
HISTORY 19d2bf4ee4 HISTORY: mention the gopher story 14 gadi atpakaļ
INSTALL 50c3c20416 Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental. 12 gadi atpakaļ
INSTALL.cmake 2cbe885c1a CMake: improve library search, implement install. 13 gadi atpakaļ
INSTALL.devcpp a07bc79117 14 gadi atpakaļ
INTERNALS c91c48723a INTERNALS: clean up 13 gadi atpakaļ
KNOWN_BUGS 232ad6549a multi: support timeouts 14 gadi atpakaļ
LICENSE-MIXING 3427bece89 Mention axTLS in some more documentation 13 gadi atpakaļ
MAIL-ETIQUETTE 970587567e MAIL-ETIQUETTE: intro and spam 13 gadi atpakaļ
MANUAL 2f6924032a Added mention of FTP proxies 13 gadi atpakaļ
Makefile.am 9680df4807 headers: more copyright headers added 13 gadi atpakaļ
README.cmake a07bc79117 14 gadi atpakaļ
README.netware a07bc79117 14 gadi atpakaļ
README.win32 a07bc79117 14 gadi atpakaļ
RESOURCES 4bfe07640c Implement SMTP authentication 14 gadi atpakaļ
SSLCERTS a07bc79117 14 gadi atpakaļ
THANKS d52cd3bd17 THANKS: 16 new contributors from 7.22.0 12 gadi atpakaļ
TODO 587ed3234b TODO: remove 4 entries, add one new 12 gadi atpakaļ
TheArtOfHttpScripting b0940753c6 TheArtOfHttpScripting: extended 13 gadi atpakaļ
VERSIONS 967deb43f8 VERSIONS: clarify our versioning concept 13 gadi atpakaļ
curl-config.1 2309b4e330 remove the CVSish $Id$ lines 14 gadi atpakaļ
curl.1 aff70e2e95 Curl_add_custom_headers: support headers with no data 12 gadi atpakaļ
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 gadi atpakaļ

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.