Compile and Build wget on Mac OSX 10.6.8

You will need to make and install open ssl first.
curl -O http://ftp.gnu.org/gnu/wget/wget-1.14.tar.gz
tar -zxvf wget-1.14.tar.gz
cd wget-1.14/
./configure –with-ssl=openssl
make
su
make install