我正在我的麦金塔电脑上安装DotNet,使用的是MacPorts和微软的DotNet core。他们的网站上说要从HomeBrew安装OpenSSL:
brew update
brew install openssl
brew link --force openssl我通过MacPorts安装了OpenSSL:
ports install openssl"brew链接--force openssl“有什么作用,我如何使用MacPorts实现同样的功能?
谢谢!
https://stackoverflow.com/questions/38448916
复制相似问题