]> sjero.net Git - wget/blob - README.svn
[svn] Replaced the non-standard Makefile.svn with autogen.sh.
[wget] / README.svn
1 Important note:
2
3 To reduce bandwidth and needless updates, the Subversion 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 sources obtained via
8 Subversion, you'll need to have GNU autoconf, gettext, and texinfo
9 installed on your machine (these do the afore-mentioned automatic
10 generation).  The three packages are available from
11 <ftp://ftp.gnu.org/pub/gnu/<package>/> and its mirrors (please choose
12 one close to you), listed at <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 Subversion
21 repository (instructions for which can be found on the Development
22 page of the Wget website), the commands you'll execute will be as
23 follows (barring any extra options to `configure' or to the second
24 `make'):
25
26     cd wget
27     make -f Makefile.svn
28     ./configure
29     make