Daniel Stenberg d24838d4da make: build the docs subdir only from within src 7 năm trước cách đây
..
cmdline-opts ce2c3ebda2 curl --socks5-{basic,gssapi}: control socks5 auth 7 năm trước cách đây
examples ce2cc568f8 Makefile.m32: enable -W for MinGW32 build 7 năm trước cách đây
libcurl ef2a9f22cc curl_strequal.3: fix typo in SYNOPSIS 7 năm trước cách đây
.gitignore d960e57029 gitignore: Ignore man page dist files 7 năm trước cách đây
BINDINGS.md ab1f4eb011 BINDINGS: update SP-Forth and OCaml urls 7 năm trước cách đây
BUGS e10db122a2 BUGS: "Bugs in old versions" 7 năm trước cách đây
CHECKSRC.md 771f3f22dd docs: Spelling fixes 8 năm trước cách đây
CIPHERS.md bbee0d4eee wolfssl: support setting cipher list 7 năm trước cách đây
CMakeLists.txt 898b012a9b cmake: add support for building HTML and PDF docs 7 năm trước cách đây
CODE_OF_CONDUCT.md 0c46abd79a CODE_OF_CONDUCT.md: added 9 năm trước cách đây
CODE_STYLE.md 1299df6868 CODE_STYLE.md: link to INTERNALS.md correctly 8 năm trước cách đây
CONTRIBUTE.md b4043706eb CONTRIBUTE.md: mention the out-of-tree build test too 7 năm trước cách đây
FAQ 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 năm trước cách đây
FEATURES 63cd0d60ea LDAP: documentation update per #878 changes (#1506) 7 năm trước cách đây
HISTORY.md 02ee3b2737 docs: improved language in README.md HISTORY.md CONTRIBUTE.md 7 năm trước cách đây
HTTP-COOKIES.md 09cca9813d docs/HTTP-COOKIES: converted to markdown 8 năm trước cách đây
HTTP2.md 771f3f22dd docs: Spelling fixes 8 năm trước cách đây
INSTALL 8571d1c0b4 INSTALL: converted to markdown => INSTALL.md 8 năm trước cách đây
INSTALL.cmake 73a2fcea0b includes: remove curl/curlbuild.h and curl/curlrules.h 7 năm trước cách đây
INSTALL.md e8c3c92d58 INSTALL.md: fix secure transport configure arguments 7 năm trước cách đây
INTERNALS.md a08db49642 axtls: adapt to API changes 7 năm trước cách đây
KNOWN_BUGS efc7c1d86f typecheck-gcc.h: check CURLINFO_CERTINFO 7 năm trước cách đây
LICENSE-MIXING.md 771f3f22dd docs: Spelling fixes 8 năm trước cách đây
MAIL-ETIQUETTE cd6b99ef32 docs: FAQ MAIL-ETIQUETTE language fixes 7 năm trước cách đây
MANUAL 2d5fa35e85 docs: clarify NO_PROXY further 7 năm trước cách đây
Makefile.am d24838d4da make: build the docs subdir only from within src 7 năm trước cách đây
README.cmake e63c9f8ff3 removed execute file permission 13 năm trước cách đây
README.md 02ee3b2737 docs: improved language in README.md HISTORY.md CONTRIBUTE.md 7 năm trước cách đây
README.netware a1a5dd14d7 docs: we no longer ship HTML versions of man pages 7 năm trước cách đây
README.win32 a1a5dd14d7 docs: we no longer ship HTML versions of man pages 7 năm trước cách đây
RELEASE-PROCEDURE 4024a0b93b RELEASE-PROCEDURE: updated future release dates 7 năm trước cách đây
RESOURCES 6b485c7407 HTTPS: update a bunch of URLs from HTTP to HTTPS 8 năm trước cách đây
ROADMAP.md 5df25fdce4 ROADMAP: 2017 cleanup 7 năm trước cách đây
SECURITY.md 771f3f22dd docs: Spelling fixes 8 năm trước cách đây
SSL-PROBLEMS.md dcdc5f416d docs-make: have markdown files use .md 8 năm trước cách đây
SSLCERTS.md c5357b7b99 SSLCERTS.md: mention HTTPS proxies and their separate options 7 năm trước cách đây
THANKS 54b636f145 release: 7.54.1 7 năm trước cách đây
THANKS-filter bfb2a0ad77 RELEASE-NOTES: synced with c25e0761d0fc49c4 7 năm trước cách đây
TODO b778ae4c5e http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH 7 năm trước cách đây
TheArtOfHttpScripting feca30419a TheArtOfHttpScripting: grammar 7 năm trước cách đây
VERSIONS a5fb9151ee VERSIONS: now using markdown 9 năm trước cách đây
curl-config.1 4af40b3646 URLs: change all http:// URLs to https:// 8 năm trước cách đây
mk-ca-bundle.1 f435308cfa mk-ca-bundle.1: document -k 8 năm trước cách đây

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.