mac 软件安装

Mac OS 安装 wget 

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
tar -xzf wget-1.13.4.tar.gz
cd wget-1.13.4
./configure --with-ssl=openssl
make
sudo make install
wget --help
cd .. && rm -rf wget*
原文地址:https://www.cnblogs.com/rockchip/p/3183332.html