mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
19 lines
496 B
Plaintext
19 lines
496 B
Plaintext
|
This file is only present in the CVS - never in release archives.
|
||
|
|
||
|
This contains information about other files and things that the CVS repository
|
||
|
keeps in its inner sanctum.
|
||
|
|
||
|
CHANGES.0 contains ancient changes.
|
||
|
|
||
|
memanalyze.pl is for analyzing the output generated by curl if -DMALLOCDEBUG
|
||
|
is used when compiling
|
||
|
|
||
|
perl/ is a subdirectory with various perl scripts
|
||
|
|
||
|
To build after having extracted everything from CVS, do this:
|
||
|
|
||
|
% automake
|
||
|
% autoconf
|
||
|
% ./configure
|
||
|
% make
|