Updated Install on OSX (markdown)

Iuri Matias 2015-06-21 09:36:48 -04:00
parent 57a28de7e4
commit 46ec2328c3

@ -1 +1,51 @@
first
### Requirements
* git, python, node (0.12.2), npm, homebrew
### 1. Go-Ethereum
```shell
brew tap ethereum/ethereum
brew install ethereum
```
### 2. Solc (cpp-ethereum)
```shell
brew tap ethereum/ethereum
brew reinstall cpp-ethereum --devel --build-from-source
brew linkapps cpp-ethereum
```
### 3. PyEthereum
```shell
git clone https://github.com/ethereum/pyethereum/
cd pyethereum
python setup.py install
```
### 4. EtherTdd.py
```shell
git clone https://github.com/ethermarket/ethertdd.py.git
cd ethertdd.py
python setup.py install
```
### 5. Embark
```shell
npm install -g embark-framework grunt-cli
```
See the [Quick Guide](https://github.com/iurimatias/embark-framework/wiki/Quick-Guide)
### Original Instructions
[go-ethereum](https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Mac)
[cpp-ethereum](https://github.com/ethereum/cpp-ethereum/wiki/Installing%20Clients#installing-cpp-ethereum-on-os-x)
[PyEthereum](https://github.com/ethereum/pyethereum)
[EtherTdd.py](https://github.com/ethermarket/ethertdd.py#installation)