diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-02-02 19:21:55 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-02-02 19:21:55 +0800 |
commit | 8cf2dee4a23712d7234d391cc15a3f2330ea07e3 (patch) | |
tree | 5d4ff9fab54f252e01b6cf9545c470d0e6532ecc | |
parent | f56a595954fc6641f0b7300a82850b7923d357c5 (diff) | |
parent | f4433a680482fda18b9273195ed7c65f5314f157 (diff) | |
download | dexon-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.gz dexon-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.zst dexon-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.zip |
Merge pull request #11 from hiddentao/readme
Update build instructions, especially for OS X
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -38,10 +38,18 @@ Deps 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 |