The Wget package contains a utility useful for non-interactive downloading of files from the Web.
Download (HTTP): http://ftp.gnu.org/gnu/wget/wget-1.11.4.tar.bz2
Download (FTP): ftp://ftp.gnu.org/gnu/wget/wget-1.11.4.tar.bz2
Download MD5 sum: f5076a8c2ec2b7f334cb6e3059820f9c
Download size: 932 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.1 SBU
OpenSSL-0.9.8g or GnuTLS-1.6.3 and Dante
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/wget
Install Wget by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root user:
make install
Finally update the info dir file:
install-info --info-dir=/usr/share/info /usr/share/info/wget.info
--sysconfdir=/etc: This
relocates the configuration file from /usr/etc to /etc.
Last updated on 2008-10-03 04:49:06 -0500