Install and Update Solidity(solc) in Mac

sot528

sot528

Posted on December 26, 2018

Install and Update Solidity(solc) in Mac

You can install and update solc:

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

Errors

If you got the error below, you have to update 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.
💖 💪 🙅 🚩
sot528
sot528

Posted on December 26, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

An Introduction to solc-js
web3 An Introduction to solc-js

January 17, 2023

Install and Update Solidity(solc) in Mac
solidity Install and Update Solidity(solc) in Mac

December 26, 2018