2001-06-06 05:39:07 -04:00
|
|
|
_ _ ____ _
|
2001-04-22 11:44:13 -04:00
|
|
|
___| | | | _ \| |
|
|
|
|
/ __| | | | |_) | |
|
|
|
|
| (__| |_| | _ <| |___
|
|
|
|
\___|\___/|_| \_\_____|
|
2001-01-04 07:36:56 -05:00
|
|
|
|
2001-04-22 11:44:13 -04:00
|
|
|
CVS-INFO
|
2001-01-04 07:36:56 -05:00
|
|
|
|
2001-04-22 11:44:13 -04:00
|
|
|
This file is only present in the CVS - never in release archives. It contains
|
|
|
|
information about other files and things that the CVS repository keeps in its
|
|
|
|
inner sanctum.
|
2001-01-04 07:36:56 -05:00
|
|
|
|
2001-05-29 15:14:46 -04:00
|
|
|
Use autoconf 2.50 and no earlier. Also, try having automake 1.4 and libtool
|
|
|
|
1.4 at least.
|
2001-01-04 07:36:56 -05:00
|
|
|
|
2001-06-06 05:39:07 -04:00
|
|
|
You will need perl to generate the src/hugehelp.c file. The file
|
|
|
|
src/hugehelp.c.cvs is a one-shot file that you can rename to src/hugehelp.c if
|
|
|
|
you really can't generate the true file yourself!
|
2001-01-04 07:39:00 -05:00
|
|
|
|
2001-04-22 11:44:13 -04:00
|
|
|
CHANGES.0 contains ancient changes.
|
|
|
|
|
|
|
|
memanalyze.pl is for analyzing the output generated by curl if -DMALLOCDEBUG
|
|
|
|
is used when compiling
|
|
|
|
|
2001-05-03 05:13:53 -04:00
|
|
|
buildconf builds the makefiles and configure stuff
|
|
|
|
|
2001-04-22 11:44:13 -04:00
|
|
|
Makefile.dist is included as the root Makefile in distribution archives
|
|
|
|
|
|
|
|
perl/contrib/ is a subdirectory with various perl scripts
|
|
|
|
|
2001-06-06 05:39:07 -04:00
|
|
|
java/ is a subdirectory with the Java interface to libcurl
|
2001-01-04 07:36:56 -05:00
|
|
|
|
|
|
|
To build after having extracted everything from CVS, do this:
|
|
|
|
|
2001-05-03 05:13:53 -04:00
|
|
|
./buildconf
|
2001-01-09 05:09:39 -05:00
|
|
|
./configure
|
|
|
|
make
|