码迷,mamicode.com
首页 > 系统相关 > 详细

Install wget for mac

时间:2015-04-22 13:28:45      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

 

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 !!

 

Install wget for mac

标签:

原文地址:http://www.cnblogs.com/landpack/p/4447119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!