From 68354829e3dc577aa0ddbb9ca76947e97a4e80ea Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 10 Sep 2019 16:41:24 -0400 Subject: [PATCH] Add go compiler as prerequisit [skip ci] (#430) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c83cd1c87..23f2e8d9d 100644 --- a/README.md +++ b/README.md @@ -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: