diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-23 00:49:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 00:49:50 +0800 |
commit | 1c1dc0e0fc41d871aa17377d407515f437d3a54d (patch) | |
tree | 86ac3ad0a9cdf683f347741e4adcd4f74c7522b0 /README.md | |
parent | 6742fc526f3e1ae985d82a1781df4267485e2c70 (diff) | |
parent | c6e6f1fec26833bffc7dd0c9e346fa6579f66dff (diff) | |
download | go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.gz go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.bz2 go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.lz go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.xz go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.zst go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.zip |
Merge pull request #3808 from fjl/build-go-1.7
build: require Go >= 1.7
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,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 both a Go and a C compiler. +Building geth requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run |