diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-04 12:36:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-04 12:36:56 +0000 |
commit | 4ac48317cf2a109a0b4bc5d0eb7fa33af00d63f8 (patch) | |
tree | b3d78a0d61172087d7ceff80c98db8ab2539136f /CVS-INFO | |
parent | ed8dbf4ac24f08c69d0cf2020a9c3ea09203baba (diff) |
Things to explain to people who get the sources from the CVS repository
Diffstat (limited to 'CVS-INFO')
-rw-r--r-- | CVS-INFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CVS-INFO b/CVS-INFO new file mode 100644 index 000000000..d211c5f3e --- /dev/null +++ b/CVS-INFO @@ -0,0 +1,18 @@ +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 |