DEV Community

sot528
sot528

Posted on

2 2

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.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay