]> sjero.net Git - wget/blob - README.cvs
[svn] Changed version number to 1.10-alpha3
[wget] / README.cvs
1 Important note:
2
3 To reduce bandwidth and needless updates, the CVS tree does not
4 contain automatically-generated files, even when those files are
5 normally present in the distribution tarballs.
6
7 Therefore, if you're building from the CVS sources, you'll need to
8 have GNU autoconf, gettext, and texinfo installed on your machine
9 (these do the afore-mentioned automatic generation).  The three
10 packages are available from <ftp://ftp.gnu.org/pub/gnu/<package>/> and
11 its mirrors (please choose one close to you), listed at
12 <http://www.gnu.org/order/ftp.html>.
13
14 In case you aren't used to running autoconf manually to generate the
15 necessary configure script, a file called Makefile.cvs has been
16 provided, and may be called using `make -f Makefile.cvs'.  Once the
17 Makefile has called autoconf to generate the configure script, you can
18 build in the usual fashion.
19
20 To summarize, once you've checked out wget from the CVS archive
21 (instructions for which can be found on the Development page of the
22 Wget website), the commands you'll execute will be as follows (barring
23 any extra options to `configure' or to the second `make'):
24
25     cd wget
26     make -f Makefile.cvs
27     ./configure
28     make