]> sjero.net Git - wget/blobdiff - README.cvs
[svn] Updated Croatian translation.
[wget] / README.cvs
index d13ab4faadc037ca3cced5c631521703e5ae3fdc..b94bac2941c85ffcfdd07548d4ce7d985a7bdb86 100644 (file)
@@ -1,25 +1,28 @@
 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.
+contain automatically-generated files, even when those files are
+normally present in the distribution tarballs.
 
-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>.
+Therefore, if you're building from the CVS sources, you'll need to
+have GNU autoconf, gettext, and texinfo installed on your machine
+(these do the afore-mentioned automatic generation).  The three
+packages are available from <ftp://ftp.gnu.org/pub/gnu/<package>/> and
+its mirrors (please choose one close to you), listed at
+<http://www.gnu.org/order/ftp.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:
+In case you aren't used to running autoconf manually to generate the
+necessary configure script, a file called Makefile.cvs has been
+provided, and may be called using `make -f Makefile.cvs'.  Once the
+Makefile has called autoconf to generate the configure script, you can
+build in the usual fashion.
 
-$ cvs -d ... checkout wget
-... CVS output ...
-$ cd wget
-$ make -f Makefile.cvs
-... autoconf creates configure ...
-$ ./configure
-... Makefiles and config.h get built ...
-$ make
+To summarize, once you've checked out wget from the CVS archive
+(instructions for which can be found on the Development page of the
+Wget website), the commands you'll execute will be as follows (barring
+any extra options to `configure' or to the second `make'):
+
+    cd wget
+    make -f Makefile.cvs
+    ./configure
+    make