aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-02-02 19:21:55 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-02-02 19:21:55 +0800
commit8cf2dee4a23712d7234d391cc15a3f2330ea07e3 (patch)
tree5d4ff9fab54f252e01b6cf9545c470d0e6532ecc
parentf56a595954fc6641f0b7300a82850b7923d357c5 (diff)
parentf4433a680482fda18b9273195ed7c65f5314f157 (diff)
downloadgo-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.gz
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.bz2
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.lz
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.xz
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.tar.zst
go-tangerine-8cf2dee4a23712d7234d391cc15a3f2330ea07e3.zip
Merge pull request #11 from hiddentao/readme
Update build instructions, especially for OS X
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3693fb6b0..10527931e 100644
--- a/README.md
+++ b/README.md
@@ -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