Skip to content
Snippets Groups Projects
Commit 70a47461 authored by androlo's avatar androlo
Browse files

Merge branch 'master' of https://github.com/eris-ltd/eris-db

parents 89609eb8 47fd6c1b
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,11 @@ The recommended way of working with eris-db is through [eris-cli](https://github ...@@ -14,9 +14,11 @@ The recommended way of working with eris-db is through [eris-cli](https://github
Make sure you have the proper [Go](https://golang.org/) distribution for your OS and architecture. The recommended version is `1.4.2`. Follow the instructions on how to set up GOROOT and GOPATH. Make sure you have the proper [Go](https://golang.org/) distribution for your OS and architecture. The recommended version is `1.4.2`. Follow the instructions on how to set up GOROOT and GOPATH.
You will also need the following libraries: `git, mercurial, libgmp3-dev` You will also need the following libraries: `git, libgmp3-dev`
On Ubuntu: `sudo apt-get install git mercurial libgmp3-dev` On Ubuntu: `sudo apt-get install git libgmp3-dev`
On Mac: `brew install git gmp`
Next you pull in the code: Next you pull in the code:
...@@ -168,4 +170,4 @@ In root: `go test ./...` ...@@ -168,4 +170,4 @@ In root: `go test ./...`
### Benchmarking ### Benchmarking
As of `0.11.0`, there are no benchmarks. We aim to have a framework built before `1.0`. As of `0.11.0`, there are no benchmarks. We aim to have a framework built before `1.0`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment