]> sjero.net Git - wget/blobdiff - README.checkout
[svn] #include'd spider.h to get rid of compiler warnings.
[wget] / README.checkout
index d4746d8129757394c785a48ed5c7d3bd6aeddb81..1928b6fbd30941f3e46226cea14546b391e6f937 100644 (file)
@@ -5,19 +5,18 @@ 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 at least GNU Autoconf (2.57 or newer)
+Subversion, you'll need to have at least GNU Autoconf (2.59 or newer)
 installed on your system.  To generate the Info documentation, you
-will need the GNU Texinfo package.  Finally, if your system does not
-have gettext and you want the support for internationalized messages,
-you will also need GNU gettext.  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>.
+will need the GNU Texinfo package. Those packages are available from
+<ftp://ftp.gnu.org/pub/gnu/<package>/> and its mirrors, 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 script called autogen.sh has been
 provided, and may be invoked using `./autogen.sh'.  Once the script
 has completed, the configure script will reside in the current
-directory and you can proceed to build Wget in the usual fashion.
+directory and you can proceed to build Wget as described in the
+`INSTALL' file.
 
 To summarize, once you've checked out wget from the Subversion
 repository, the commands you'll execute will be as follows (barring