mac 上安装 wget
原文链接 https://blademainer.github.io/2013/11/14/2013-11-14-mac-wget/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。
1, 官网下载 wget, http://ftp.gnu.org/pub/gnu/wget/
2, 解压,终端到文件目录下执行 ./configure
3, sudo make install 完成
注:需要在有 xcode 的前提下。