]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Things to explain to people who get the sources from the CVS repository
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Jan 2001 12:36:56 +0000 (12:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Jan 2001 12:36:56 +0000 (12:36 +0000)
CVS-INFO [new file with mode: 0644]

diff --git a/CVS-INFO b/CVS-INFO
new file mode 100644 (file)
index 0000000..d211c5f
--- /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