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