LoginSignup
10
4

More than 5 years have passed since last update.

MacへのSolidity(solc)のインストール or アップデート

Posted at

いつも忘れるのでメモ。
installもupdateも↓でOK。

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity
brew link --overwrite solidity

エラーが出る場合

以下のエラーが出た場合はxcodeのバージョンを上げる。

==> Installing solidity from ethereum/ethereum
Error: Your Xcode (9.0) is too outdated.
Please update to Xcode 10.1 (or delete it).
Xcode can be updated from the App Store.
10
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
4