1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Replaced CVS with svn.

This commit is contained in:
hniksic 2005-06-21 04:01:08 -07:00
parent 38bc0295d4
commit 76a8e39396
3 changed files with 29 additions and 28 deletions

View File

@ -1,28 +0,0 @@
Important note:
To reduce bandwidth and needless updates, the CVS tree does not
contain automatically-generated files, even when those files are
normally present in the distribution tarballs.
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>.
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.
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

29
README.svn Normal file
View File

@ -0,0 +1,29 @@
Important note:
To reduce bandwidth and needless updates, the Subversion tree does not
contain automatically-generated files, even when those files are
normally present in the distribution tarballs.
Therefore, if you're building from the sources obtained via
Subversion, 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>.
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.
To summarize, once you've checked out wget from the Subversion
repository (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.svn
./configure
make