Skip to content

Instantly share code, notes, and snippets.

@ryanjbonnell
Created November 28, 2012 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanjbonnell/4165602 to your computer and use it in GitHub Desktop.
Save ryanjbonnell/4165602 to your computer and use it in GitHub Desktop.
Install wget on Mac OS X 10.8 "Mountain Lion"
cd /usr/local/src
curl -O http://ftp.gnu.org/gnu/wget/wget-1.14.tar.gz
tar -xzvf wget-1.14.tar.gz
cd wget-1.14
./configure --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