cd /sources/ &&
rm -rf wget-1.11.1 &&
tar -xjf wget-1.11.1.tar.bz2 &&
cd wget-1.11.1 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
The output should look something like this:
~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.