Tuesday, February 2, 2010

setup wget on mac

  1. Download the source file: http://ftp.gnu.org/pub/gnu/wget/wget-1.11.tar.gz
  2. Untar the file: tar -zxvf wget-1.11.tar.gz
  3. change the working dir: cd wget-1.11/
  4. configure it: ./configure
  5. make and install:
make
sudo make install