Install wget for mac

 

Download: 

http://ftp.gnu.org/gnu/wget/

Unpack:

tar zxvf wget-1.16.tar

Configuration:

 ./configure

 If you see these error below:

 

You can run the configure with some argument !!

Like below bash code:

./configure --with-ssl=openssl

 

If you see this below ScreenShot and mean you have success !

 

Make:

make

Install:

sudo make install

Test:

wget

 

If you see this screenShot ,it's mean you have success !!

Enjoy it !!

 

posted @ 2015-04-22 12:36  Landpack  阅读(166)  评论(0编辑  收藏  举报