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.10.2.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/wget/wget-1.10.2.tar.gz
Download MD5 sum: 795fefbb7099f93e2d346b026785c4b8
Download size: 1.2 MB
Estimated disk space required: 8.7 MB
Estimated build time: 0.1 SBU
OpenSSL-0.9.8g 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
--sysconfdir=/etc
: This
relocates the configuration file from /usr/etc
to /etc
.
Last updated on 2007-04-04 14:42:53 -0500