diff options
author | Ramesh Nair <ram@hiddentao.com> | 2014-02-01 11:20:29 +0800 |
---|---|---|
committer | Ramesh Nair <ram@hiddentao.com> | 2014-02-01 11:20:29 +0800 |
commit | 9cdf8f2cba0469429f3d3f2aeacdbb4844928a0a (patch) | |
tree | 612eed271cd3cc4c4d1c88c6a17f291c8becd60c | |
parent | 6a7cd0c676f56ab1bf2205ee29f6bb24a2449f29 (diff) | |
download | dexon-9cdf8f2cba0469429f3d3f2aeacdbb4844928a0a.tar.gz dexon-9cdf8f2cba0469429f3d3f2aeacdbb4844928a0a.tar.zst dexon-9cdf8f2cba0469429f3d3f2aeacdbb4844928a0a.zip |
Updated build instructions
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -39,14 +39,10 @@ Deps Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. Ubuntu 12+ -* `apt-get install libgmp3-dev` +* `apt-get install gmp-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` +* `brew install gmp` Build ======= |