Home | History | Annotate | only in /external/curl/docs
Up to higher level directory
NameDateSize
.gitignore24-Aug-201613
BINDINGS24-Aug-20164.8K
BUGS24-Aug-20165.9K
CONTRIBUTE24-Aug-201611.8K
curl-config.124-Aug-20164.1K
curl.124-Aug-201698.5K
DISTRO-DILEMMA24-Aug-20167K
examples/24-Aug-2016
FAQ24-Aug-201665.2K
FEATURES24-Aug-20166.1K
HISTORY24-Aug-20168.8K
HTTP-COOKIES24-Aug-20164.4K
HTTP2.md24-Aug-20163.9K
index.html24-Aug-2016600
INSTALL24-Aug-201641.8K
INSTALL.cmake24-Aug-20164.1K
INSTALL.devcpp24-Aug-201612.1K
INTERNALS24-Aug-201642.6K
KNOWN_BUGS24-Aug-201612.7K
libcurl/24-Aug-2016
LICENSE-MIXING24-Aug-20165.5K
MAIL-ETIQUETTE24-Aug-201610.6K
Makefile.am24-Aug-20162K
MANUAL24-Aug-201638.1K
mk-ca-bundle.124-Aug-20164.3K
README.cmake24-Aug-2016678
README.netware24-Aug-20161K
README.win3224-Aug-2016888
RELEASE-PROCEDURE24-Aug-20162.4K
RESOURCES24-Aug-20162.2K
ROADMAP.md24-Aug-20164.3K
SECURITY24-Aug-20164.7K
SSL-PROBLEMS24-Aug-20162.5K
SSLCERTS24-Aug-20167.1K
THANKS24-Aug-201618.3K
THANKS-filter24-Aug-20161.8K
TheArtOfHttpScripting24-Aug-201628.5K
TODO24-Aug-201626.3K
VERSIONS24-Aug-20162.3K

README.cmake

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.cmake
      8   Read the README file first.
      9 
     10   Curl contains CMake build files that provide a way to build Curl with the
     11   CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
     12   that generates native makefiles and IDE project files. The CMake build
     13   system can be used to build Curl on any of its supported platforms.
     14 
     15   Read the INSTALL.cmake file for instructions on how to compile curl with
     16   CMake.
     17 

README.netware

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.netware
      8 
      9   Read the README file first.
     10 
     11   Curl has been successfully compiled with gcc / nlmconv on different flavours
     12   of Linux as well as with the official Metrowerks CodeWarrior compiler.
     13   While not being the main development target, a continuously growing share of
     14   curl users are NetWare-based, specially also consuming the lib from PHP.
     15 
     16   The unix-style man pages are tricky to read on windows, so therefore are all
     17   those pages converted to HTML as well as pdf, and included in the release
     18   archives.
     19 
     20   The main curl.1 man page is also "built-in" in the command line tool. Use a
     21   command line similar to this in order to extract a separate text file:
     22 
     23         curl -M >manual.txt
     24 
     25   Read the INSTALL file for instructions how to compile curl self.
     26 
     27 
     28 

README.win32

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 README.win32
      8 
      9   Read the README file first.
     10 
     11   Curl has been compiled, built and run on all sorts of Windows and win32
     12   systems. While not being the main develop target, a fair share of curl users
     13   are win32-based.
     14 
     15   The unix-style man pages are tricky to read on windows, so therefore are all
     16   those pages converted to HTML as well as pdf, and included in the release
     17   archives.
     18 
     19   The main curl.1 man page is also "built-in" in the command line tool. Use a
     20   command line similar to this in order to extract a separate text file:
     21 
     22         curl -M >manual.txt
     23 
     24   Read the INSTALL file for instructions how to compile curl self.
     25 
     26 
     27