Kamil Dudka da23b16ad8 mention SOCKS related problems in the curl(1) man page 14 years ago
..
examples a74e885bef Yun Fu pointed out a flaw in the loop that checks handles, and I indented 15 years ago
libcurl 55f1e787f3 We introduce a loop in lib/multi.c around all calls to multi_runsingle() and 14 years ago
.cvsignore b6dac2b484 ignore .ps and .pdf files too 22 years ago
BINDINGS 8a7231d7ae a binding for Falcon 15 years ago
BUGS dca3564cfb minor addition, re-count of the number of lines of code 17 years ago
CONTRIBUTE af29dcbafb I check the code right now and while() and if() are in majority over while () 17 years ago
DISTRO-DILEMMA 02c17651bf updated with recent info and cut out some of the more speculating parts and 18 years ago
FAQ b8012ea251 Joshua Kwan added paragraph 4.18 about file:// URLs on windows etc 15 years ago
FEATURES 54967d2a3a Thomas J. Moore provided a patch that introduces Kerberos5 support in 17 years ago
HISTORY 4ee27b4594 filled in SONAME number bump info, after some CVS digging 16 years ago
INSTALL f8b16e5ccb Updated minimum library sizes 15 years ago
INSTALL.cmake 15be673054 ENH: add some cmake docs and fix build with socklen_t 15 years ago
INSTALL.devcpp 19479ea021 Internal time differences now use monotonic time source if available. 16 years ago
INTERNALS 3f8d3e9c50 Update memory tracking/debugging reference 15 years ago
KNOWN_BUGS ccffed997e 15 years ago
LICENSE-MIXING f6e892b1b6 Added a libssh2 section. 17 years ago
MANUAL 07d46886df Anthony Bryan's letter=>symbol fixes 15 years ago
Makefile.am 4677778f85 Remove empty line used to force CVS to update the $Id date string format 15 years ago
README.cmake 15be673054 ENH: add some cmake docs and fix build with socklen_t 15 years ago
README.netware dfc85b7291 added line where to find compile instructions. 20 years ago
README.win32 f2f7c18245 Peteris Krumins pointed out some MingW32 related build issues. 17 years ago
RESOURCES cc09e31acf turned this into a list of documents/standards curl adheres to 21 years ago
SSLCERTS 14a3f4cd54 added section for libcurl builds with NSS SSL support. 15 years ago
THANKS fd903eb6be - Julien Chaffraix eliminated a duplicated initialization in singlesocket(). 15 years ago
TODO b0e2d47a3e "remove progress meter from libcurl" at next API break 15 years ago
TheArtOfHttpScripting 6f53cf9cc6 s/you you/you/ thanks to hexo6 at wp.pl 16 years ago
VERSIONS f518a5e231 updated 19 years ago
curl-config.1 f7f76e17c3 Added '--configure' option to curl-config to display original configure arguments when curl was built 15 years ago
curl.1 da23b16ad8 mention SOCKS related problems in the curl(1) man page 14 years ago
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 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.