The Wget package contains a utility useful for non-interactive downloading of files from the Web.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2
Download (FTP): ftp://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2
Download MD5 sum: 308a5476fc096a8a525d07279a6f6aa3
Download size: 1.6 MB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
OpenSSL-0.9.8n or GnuTLS-2.8.6, libidn-1.17, Perl Module Net::HTTP (for the test suite) (see the standard Perl build and installation instructions), and Dante
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/wget
Install Wget by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check.
Now, as the root user:
make install
--sysconfdir=/etc: This
relocates the configuration file from /usr/etc to /etc.
Last updated on 2010-08-01 00:50:38 +0000