aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRamesh Nair <ram@hiddentao.com>2014-02-01 11:10:18 +0800
committerRamesh Nair <ram@hiddentao.com>2014-02-01 11:10:18 +0800
commit6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29 (patch)
tree4cff22911ad57e55236548464ffba8e945f181c0 /README.md
parent2619604549ee632289fbde2a3065fa8dcfe65a23 (diff)
downloadgo-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar.gz
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar.bz2
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar.lz
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar.xz
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.tar.zst
go-tangerine-6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe3ec304d..ac3235e93 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,22 @@ Deps
Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP.
-Install
+Ubuntu 12+
+* `apt-get install libgmp3-dev`
+
+OS X 10.9+:
+* `brew install gmp4`
+* Symlink the headers and libs if necessary:
+ * `sudo ln -s /usr/local/opt/gmp4/include/gmp.h /usr/local/include/gmp.h`
+ * `sudo ln -s /usr/local/opt/gmp4/lib/libgmp.a /usr/local/lib/libgmp.a`
+ * `sudo ln -s /usr/local/opt/gmp4/lib/libgmpxx.a /usr/local/lib/libgmpxx.a`
+
+Build
=======
-```go get -u -t https://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