From f2b87a813531ce0a51178b30066ea5df30249a54 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 10 Dec 2000 10:24:13 -0800 Subject: [PATCH] [svn] New file. --- README.cvs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.cvs diff --git a/README.cvs b/README.cvs new file mode 100644 index 00000000..d13ab4fa --- /dev/null +++ b/README.cvs @@ -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 +. + +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