Add go compiler as prerequisit [skip ci] (#430)

This commit is contained in:
Mamy Ratsimbazafy 2019-09-10 16:41:24 -04:00 committed by GitHub
parent d1b1ecf86b
commit 68354829e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ You can check where the beacon chain fits in the Ethereum research ecosystem in
(On Windows, a precompiled DLL collection download is available through the `fetch-dlls` Makefile target: ([Windows instructions](#windows)).)
#### Go
The go compiler, at least version 1.12 should be installed and in your path.
This is a dependency until we can replace the go-libp2p-daemon with a native Nim implementation of [LibP2P](https://github.com/libp2p/libp2p).
#### Rocksdb
A recent version of Facebook's [RocksDB](https://github.com/facebook/rocksdb/) is needed - it can usually be installed using your system's package manager: