Update README.md (#2981)

This commit is contained in:
Andrea Lanfranchi 2021-11-18 08:03:25 +01:00 committed by GitHub
parent 44fe9765f3
commit 7ddb0be92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ Windows users may run erigon in 3 possible ways:
* [Git](https://git-scm.com/downloads) for Windows must be installed. If you're cloning this repository is very
likely you already have it
* [GO Programming Language](https://golang.org/dl/) must be installed. Minimum required version is 1.16
* GNU CC Compiler at least version 10 (is highly suggested that you install `chocolatey` package manager - see
following point)
* If you need to build MDBX tools (i.e. `.\wmake.ps1 db-tools`)
then [Chocolatey package manager](https://chocolatey.org/) for Windows must be installed. By Chocolatey you need
to install the following components : `cmake`, `make`, `mingw` by `choco install cmake make mingw`.