Daniel Stenberg 54c8728cd7 contributors.sh: filter common alternative name spellings 9 år sedan
..
examples c927c92086 httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features 9 år sedan
libcurl fb24990211 opts-Makefile: put more man pages into dist and make hmtl+pdf 9 år sedan
.gitignore a76fa17681 IGNORE: files generated by maketgz 14 år sedan
BINDINGS 30fc601e6c BINDINGS: add node-libcurl 9 år sedan
BUGS 99229b74eb BUGS: update bug tracker URL 11 år sedan
CONTRIBUTE 4e0d1d60dc CONTRIBUTE: mention our Bug/Reported-by commit style 10 år sedan
DISTRO-DILEMMA ca7d1de69c docs: fixed a bunch of typos 10 år sedan
FAQ 265b9a2e49 vtls: remove QsoSSL 9 år sedan
FEATURES 265b9a2e49 vtls: remove QsoSSL 9 år sedan
HISTORY 005f2adaaa HISTORY: two glimpses in 2014 9 år sedan
HTTP-COOKIES 016dabcf04 HTTP-COOKIES: clarified and modified layout 12 år sedan
INSTALL 5e873952b0 INSTALL: Consistent spacing in section headings, paragraphs and examples 9 år sedan
INSTALL.cmake aec7c5a87c cmake: enable IPv6 by default if available 9 år sedan
INSTALL.devcpp cb787b70bf Fixed some typos in documentation 12 år sedan
INTERNALS 265b9a2e49 vtls: remove QsoSSL 9 år sedan
KNOWN_BUGS 63a0bd4270 NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth 10 år sedan
LIBCURL-STRUCTS ca7d1de69c docs: fixed a bunch of typos 10 år sedan
LICENSE-MIXING e3be3e69c0 LICENSE-MIXING: removed krb4 info 9 år sedan
MAIL-ETIQUETTE 4989695ec3 MAIL-ETIQUETTE: "1.8 I posted, now what?" 9 år sedan
MANUAL fa7d04fed4 ssh: improve key file search 9 år sedan
Makefile.am a55e7f0abd SSL-PROBLEMS: describes common curl+SSL problems 10 år sedan
README.cmake e63c9f8ff3 removed execute file permission 12 år sedan
README.netware ca7d1de69c docs: fixed a bunch of typos 10 år sedan
README.win32 a07bc79117 14 år sedan
RELEASE-PROCEDURE 4f3ba55ed1 RELEASE-PROCEDURE: better markdown, more content 9 år sedan
RESOURCES 4bfe07640c Implement SMTP authentication 14 år sedan
ROADMAP.md 748644b72d ROADMAP: markdown eats underscores 9 år sedan
SECURITY c6c22aeb44 SECURITY: slightly nicer markdown format 9 år sedan
SSL-PROBLEMS ca7d1de69c docs: fixed a bunch of typos 10 år sedan
SSLCERTS f213c0db09 SSLCERTS: minor updates 9 år sedan
THANKS 08f10fcd02 THANKS: added missing contributor from 2012 9 år sedan
THANKS-filter 54c8728cd7 contributors.sh: filter common alternative name spellings 9 år sedan
TODO b790bdf46b TODO: consider supporting STAT 9 år sedan
TheArtOfHttpScripting ca7d1de69c docs: fixed a bunch of typos 10 år sedan
VERSIONS 967deb43f8 VERSIONS: clarify our versioning concept 13 år sedan
curl-config.1 8ae1e657e8 curl-config.1: fix curl-config usage in example 12 år sedan
curl.1 f7e24683c4 sasl_sspi: Allow DIGEST-MD5 to use current windows credentials 9 år sedan
index.html 98c70b73f2 added doctype tag to get HTML compliant 20 år sedan
mk-ca-bundle.1 3621045631 mk-ca-bundle: added SHA-384 signature algorithm 9 å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.