1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
Go to file
Daniel Stenberg 010daec776 Put more concentrated unix install help already at the top, with a note that
you might need to be root to use 'make install'.
2001-03-15 08:38:15 +00:00
docs Put more concentrated unix install help already at the top, with a note that 2001-03-15 08:38:15 +00:00
include curl 7.7 beta 3 2001-03-14 11:25:44 +00:00
lib removed a bunch of warnings for IPv6-compiles 2001-03-14 18:24:07 +00:00
packages removed FILES from the RPM 2001-01-08 23:35:45 +00:00
perl Added -i to allow ingore-patterns to get added 2001-01-03 08:35:16 +00:00
src curl 7.7 beta 3 2001-03-14 11:25:44 +00:00
tests added a missing \ 2001-03-14 14:35:35 +00:00
acconfig.h Added socklen_t 2001-03-09 15:24:33 +00:00
acinclude.m4 largefile.m4 was turned into acinclude.m4 2000-08-24 19:16:26 +00:00
CHANGES ipv6 adjustments 2001-03-14 18:26:54 +00:00
CHANGES.0 Changes from 1999 and earlier 2001-01-04 10:45:41 +00:00
config-win32.h Jörn added "#define socklen_t int" 2001-03-14 08:28:54 +00:00
config.guess libtool adjustments 2000-07-26 09:28:29 +00:00
config.sub libtool adjustments 2000-07-26 09:28:29 +00:00
configure.in checks for a few functions and include files more for the new getpwuid() 2001-03-14 16:05:31 +00:00
CVS-INFO Loic's fix that removes the % from the instructions in the bottom 2001-01-09 10:09:39 +00:00
install-sh Initial revision 1999-12-29 14:20:26 +00:00
LEGAL dual-license fix 2001-01-03 09:29:33 +00:00
ltconfig libtool stuff added 2000-07-29 12:12:34 +00:00
ltmain.sh libtool stuff added 2000-07-29 12:12:34 +00:00
Makefile.am Additional "docs" about 'make rpms' added by Loic 2001-01-09 10:09:13 +00:00
Makefile.dist new header 2001-01-04 10:37:07 +00:00
maketgz made it split the version number on - too to make 7.7-blabla make a better 2001-03-08 09:23:11 +00:00
memanalyze.pl bugfix 2001-02-20 13:58:56 +00:00
missing Initial revision 1999-12-29 14:20:26 +00:00
MITX.txt new license files 2001-01-04 10:31:55 +00:00
mkinstalldirs Initial revision 1999-12-29 14:20:26 +00:00
MPL-1.1.txt new license files 2001-01-04 10:31:55 +00:00
README dual-license fix 2001-01-03 09:29:33 +00:00
reconf 7.2 cleanup commit 2000-08-30 11:54:57 +00:00

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

README

  Curl is a command line tool for transfering data specified with URL
  syntax. Find out how to use Curl by reading the curl.1 man page or the
  MANUAL document. Find out how to install Curl by reading the INSTALL
  document.

  libcurl is a library that Curl is using to do its job. It is readily
  available to be used by your software. Read the LIBCURL document to
  find out how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the LEGAL file for distribution terms and similar.

  Always try the Curl web site for the latest news:

        http://curl.haxx.se

  The official download mirror sites are:

        Sweden    -- ftp://ftp.sunet.se/pub/www/utilities/curl/
        Germany   -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/

  To download the very latest source off the CVS server do this:

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login

     (just press enter when asked for password)

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co .

     (now, you'll get all the latest sources downloaded into your current
     directory. Note that this does NOT create a directory named curl or
     anything)

        cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
        
     (you're off the hook!)

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.