首页 > 系统服务 > 详细

Install wget for mac

时间:2015-04-22 13:27:39      阅读:243      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!