Installing wget on Mac OSX


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. # download the source from the GNU wget website : ftp://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz
  2.  
  3. tar -xvf wget-1.11.tar.gz
  4. cd wget-1.11
  5. ./configure
  6. make
  7. sudo make install

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.