macOS安装wget

brew install wget   

或者

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz

tar xzvf wget-1.13.4.tar.gz
cd wget-1.13.4
./configure --with-ssl=openssl
sudo make
sudo make install
which wget #Should output: /usr/local/bin/wget
posted @ 2019-05-14 11:29  王约翰  阅读(5135)  评论(0编辑  收藏  举报