Logo

dev-resources.site

for different kinds of informations.

Install and Update Solidity(solc) in Mac

Published at
12/26/2018
Categories
solidity
ethereum
solc
Author
sot528
Categories
3 categories in total
solidity
open
ethereum
open
solc
open
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.

Featured ones: