Return to Snippet

Revision: 34540
at October 24, 2010 17:41 by mprabhuram


Initial Code
# download the source from the GNU wget website : ftp://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz

tar -xvf wget-1.11.tar.gz
cd wget-1.11
./configure
make
sudo make install

Initial URL
http://www.mactricksandtips.com/2008/07/installing-wget-on-your-mac-for-terminal.html

Initial Description
Wget is a command line tool to download files from the internet.

Initial Title
Installing wget on Mac OSX

Initial Tags


Initial Language
Bash