• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..04-Sep-201410

acinclude.m4H A D31-Jul-201482.2 KiB

aclocal.m4H A D31-Jul-201443.2 KiB

buildconfH A D31-Jul-201414.5 KiB

CHANGESH A D31-Jul-2014150.6 KiB

CMake/H04-Sep-201411

CMakeLists.txtH A D31-Jul-201434.5 KiB

compileH A D31-Jul-20147.2 KiB

config.guessH A D31-Jul-201441.9 KiB

config.subH A D31-Jul-201434.9 KiB

configureH A D31-Jul-20141.1 MiB

configure.acH A D31-Jul-2014103.4 KiB

COPYINGH A D31-Jul-20141 KiB

curl-config.inH A D11-May-20133.9 KiB

depcompH A D31-Jul-201423 KiB

docs/H04-Sep-201442

include/H04-Sep-20146

install-shH A D11-May-201313.7 KiB

lib/H04-Sep-2014250

libcurl.pc.inH A D11-May-20131.5 KiB

ltmain.shH A D31-Jul-2014277 KiB

m4/H04-Sep-201421

MacOSX-FrameworkH A D31-Jul-20145.6 KiB

MakefileH A D31-Jul-201410.2 KiB

Makefile.amH A D31-Jul-201419.1 KiB

Makefile.inH A D31-Jul-201456.6 KiB

maketgzH A D31-Jul-20145.3 KiB

missingH A D10-Jan-20138.7 KiB

mkinstalldirsH A D11-May-20133.5 KiB

packages/H04-Sep-201417

projects/H04-Sep-20145

READMEH A D10-Jan-20131.6 KiB

RELEASE-NOTESH A D31-Jul-20144.5 KiB

src/H04-Sep-201499

tests/H04-Sep-201438

winbuild/H04-Sep-20147

README

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README
8
9  Curl is a command line tool for transferring data specified with URL
10  syntax. Find out how to use curl by reading the curl.1 man page or the
11  MANUAL document. Find out how to install Curl by reading the INSTALL
12  document.
13
14  libcurl is the library curl is using to do its job. It is readily
15  available to be used by your software. Read the libcurl.3 man page to
16  learn how!
17
18  You find answers to the most frequent questions we get in the FAQ document.
19
20  Study the COPYING file for distribution terms and similar. If you distribute
21  curl binaries or other binaries that involve libcurl, you might enjoy the
22  LICENSE-MIXING document.
23
24CONTACT
25
26  If you have problems, questions, ideas or suggestions, please contact us
27  by posting to a suitable mailing list. See http://curl.haxx.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEB SITE
32
33  Visit the curl web site for the latest news and downloads:
34
35        http://curl.haxx.se/
36
37GIT
38
39  To download the very latest source off the GIT server do this:
40
41    git clone git://github.com/bagder/curl.git
42
43  (you'll get a directory named curl created, filled with the source code)
44
45NOTICE
46
47  Curl contains pieces of source code that is Copyright (c) 1998, 1999
48  Kungliga Tekniska H�gskolan. This notice is included here to comply with the
49  distribution terms.
50