aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-12-04 18:27:16 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-12-04 18:27:16 +0800
commit4dee2000a3950d044d7787d714c633a75b278307 (patch)
treec94fe54d92b4a66077cf3d3e8350cf3b84d70b3f /README.md
parentfece1fa9be769f7b5ef7b1b327e4f6ca0dd80227 (diff)
parent02356b36d618d5633e2f097505c95bf45dd7f4ab (diff)
downloadgo-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar.gz
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar.bz2
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar.lz
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar.xz
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.tar.zst
go-tangerine-4dee2000a3950d044d7787d714c633a75b278307.zip
Merge pull request #2037 from fjl/no-libgmp
crypto/secp256k1: remove dependency on libgmp
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 717e726e3..2d60e0564 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ For prerequisites and detailed build instructions please read the
[Installation Instructions](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum)
on the wiki.
-Building geth requires two external dependencies, Go and GMP.
+Building geth requires both a Go and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run