Thursday, October 31, 2013

install wget to mountain lion server

following steps on   http://osxdaily.com/2012/05/22/install-wget-mac-os-x/

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
tar -xzf wget-1.13.4.tar.gz
cd wget-1.13.4 
./configure --with-ssl=openssl
make  
sudo make install
wget --help  #Good, it worked.   

No comments:

Post a Comment