Commit 8cf2dee4 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #11 from hiddentao/readme

Update build instructions, especially for OS X
parents f56a5959 f4433a68
...@@ -38,10 +38,18 @@ Deps ...@@ -38,10 +38,18 @@ Deps
Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP.
Install Ubuntu 12+
* `apt-get install gmp-dev`
OS X 10.9+:
* `brew install gmp`
Build
======= =======
```go get -u -t github.com/ethereum/go-ethereum``` * `go get -u -t github.com/ethereum/go-ethereum`
* `cd $GOPATH/src/github.com/ethereum/go-etherum`
* `go build`
Command line options Command line options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment