Skip to content

Instantly share code, notes, and snippets.

@trevorsheridan
Created February 29, 2012 20:22
Show Gist options
  • Save trevorsheridan/1944130 to your computer and use it in GitHub Desktop.
Save trevorsheridan/1944130 to your computer and use it in GitHub Desktop.
Installing GNU Wget 1.13.4 on Mac OSX Lion
$ cd ~/source
$ ftp http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
$ tar -zxvf wget-1.13.4.tar.gz
$ rm -r wget-1.13.4.tar.gz
$ cd wget-1.13.4/
$ ./configure --prefix=/usr/local --with-ssl=openssl
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment