我尝试在 MAC OS 10.11.1 中安装 wget,但是当我运行时出现./configure --with-ssl=openssl此错误:
./configure --with-ssl=openssl
configure: error: --with-ssl=openssl was given, but SSL is not available.
如何在 OSX 10.11.1 中解决这个问题?
使用冲泡
首先安装brew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
然后用 brew 安装 wget:
brew install wget
使用 MacPorts
首先,下载并运行MacPorts 安装程序(.pkg)
然后安装 wget:
sudo port install wget