Difference between revisions of "Mac Solidity Setup"
Jump to navigation
Jump to search
(Created page with "== Solidity Programming setup == * Install Xcode * Open xcode to accept the license agreement. * Close xcode * Open terminal xcode-select --install") |
|||
Line 5: | Line 5: | ||
* Open terminal | * Open terminal | ||
xcode-select --install | xcode-select --install | ||
this will install command line tools, which is needed to install homebrew | |||
* Install homebrew | |||
** Go to brew.sh |
Revision as of 21:04, 10 March 2018
Solidity Programming setup
- Install Xcode
- Open xcode to accept the license agreement.
- Close xcode
- Open terminal
xcode-select --install
this will install command line tools, which is needed to install homebrew
- Install homebrew
- Go to brew.sh