Install wget on OS X Mountain Lion

From the terminal, do the following:

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.tar.gz
tar -xzvf wget-1.13.tar.gz
cd wget-1.13
./configure --with-ssl=openssl
make
sudo make install

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.