gigaset_elements_bl26_opens.../src/opensource/curl/docs
Harald Welte d4714c4cd1 remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
..
examples remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
libcurl initial checkin 2022-12-11 22:58:24 +01:00
BINDINGS initial checkin 2022-12-11 22:58:24 +01:00
BUGS initial checkin 2022-12-11 22:58:24 +01:00
CONTRIBUTE initial checkin 2022-12-11 22:58:24 +01:00
DISTRO-DILEMMA initial checkin 2022-12-11 22:58:24 +01:00
FAQ initial checkin 2022-12-11 22:58:24 +01:00
FEATURES initial checkin 2022-12-11 22:58:24 +01:00
HISTORY initial checkin 2022-12-11 22:58:24 +01:00
HTTP-COOKIES initial checkin 2022-12-11 22:58:24 +01:00
INSTALL initial checkin 2022-12-11 22:58:24 +01:00
INSTALL.devcpp initial checkin 2022-12-11 22:58:24 +01:00
INTERNALS initial checkin 2022-12-11 22:58:24 +01:00
KNOWN_BUGS initial checkin 2022-12-11 22:58:24 +01:00
LICENSE-MIXING initial checkin 2022-12-11 22:58:24 +01:00
MAIL-ETIQUETTE initial checkin 2022-12-11 22:58:24 +01:00
MANUAL initial checkin 2022-12-11 22:58:24 +01:00
Makefile.am initial checkin 2022-12-11 22:58:24 +01:00
Makefile.in initial checkin 2022-12-11 22:58:24 +01:00
README.netware initial checkin 2022-12-11 22:58:24 +01:00
README.win32 initial checkin 2022-12-11 22:58:24 +01:00
RESOURCES initial checkin 2022-12-11 22:58:24 +01:00
SSLCERTS initial checkin 2022-12-11 22:58:24 +01:00
THANKS initial checkin 2022-12-11 22:58:24 +01:00
TODO initial checkin 2022-12-11 22:58:24 +01:00
TheArtOfHttpScripting initial checkin 2022-12-11 22:58:24 +01:00
VERSIONS initial checkin 2022-12-11 22:58:24 +01:00
curl-config.1 initial checkin 2022-12-11 22:58:24 +01:00
curl.1 initial checkin 2022-12-11 22:58:24 +01:00
index.html initial checkin 2022-12-11 22:58:24 +01:00
mk-ca-bundle.1 initial checkin 2022-12-11 22:58:24 +01:00

README.win32

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  The unix-style man pages are tricky to read on windows, so therefore are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  The main curl.1 man page is also "built-in" in the command line tool. Use a
  command line similar to this in order to extract a separate text file:

        curl -M >manual.txt

  Read the INSTALL file for instructions how to compile curl self.