]> sjero.net Git - wget/commitdiff
[svn] New file.
authorhniksic <devnull@localhost>
Sun, 10 Dec 2000 18:24:13 +0000 (10:24 -0800)
committerhniksic <devnull@localhost>
Sun, 10 Dec 2000 18:24:13 +0000 (10:24 -0800)
README.cvs [new file with mode: 0644]

diff --git a/README.cvs b/README.cvs
new file mode 100644 (file)
index 0000000..d13ab4f
--- /dev/null
@@ -0,0 +1,25 @@
+Important note:
+
+To reduce bandwidth and needless updates, the CVS tree does not
+contain automatically generated files, even when those are normally
+present in the distribution tarballs.  All of these are recreated by
+the build process, except for `configure', which is needed to start
+the build in the first place.
+
+To build Wget from the CVS sources, all you need aside from the normal
+development tools (make, cc) is Autoconf, which you can get from
+<http://www.gnu.org/software/autoconf/autoconf.html>.
+
+For your convenience, the file Makefile.cvs will do the necessary
+preparations, i.e. call autoconf.  Invoke it with `make -f
+Makefile.cvs'.  All in all, the checkout and build process will
+usually look like this:
+
+$ cvs -d ... checkout wget
+... CVS output ...
+$ cd wget
+$ make -f Makefile.cvs
+... autoconf creates configure ...
+$ ./configure
+... Makefiles and config.h get built ...
+$ make