Mac-Osx

如何在 Mac Osx 上安裝 solc?遇到錯誤“錯誤:在水龍頭中找不到公式。”

  • October 11, 2018

我正在嘗試在我的 Mac 上安裝一個可靠的編譯器。我在這裡遵循了指南:https ://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial

我在安裝 ccp-ethereum 時遇到的錯誤是“錯誤:在水龍頭中找不到公式”。

zhongqin-imac:~ ngzhongqin$ brew install cpp-ethereum
Error: No available formula with the name "cpp-ethereum" 
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

來自Solidity - 二進制包

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity

引用自:https://ethereum.stackexchange.com/questions/9513