博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Install wget for mac
阅读量:5164 次
发布时间:2019-06-13

本文共 459 字,大约阅读时间需要 1 分钟。

 

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

 

转载于:https://www.cnblogs.com/landpack/p/4447119.html

你可能感兴趣的文章
IP V4 和 IP V6 初识
查看>>
Spring Mvc模式下Jquery Ajax 与后台交互操作
查看>>
(转)matlab练习程序(HOG方向梯度直方图)
查看>>
『Raid 平面最近点对』
查看>>
【ADO.NET基础-数据加密】第一篇(加密解密篇)
查看>>
C语言基础小结(一)
查看>>
STL中的优先级队列priority_queue
查看>>
UE4 使用UGM制作血条
查看>>
浏览器对属性兼容性支持力度查询网址
查看>>
OO学习总结与体会
查看>>
虚拟机长时间不关造成的问题
查看>>
面试整理:Python基础
查看>>
Python核心编程——多线程threading和队列
查看>>
Program exited with code **** 相关解释
查看>>
植物大战僵尸中文年度版
查看>>
26、linux 几个C函数,nanosleep,lstat,unlink
查看>>
投标项目的脚本练习2
查看>>
201521123107 《Java程序设计》第9周学习总结
查看>>
Caroline--chochukmo
查看>>
iOS之文本属性Attributes的使用
查看>>