readme: add minimal compiler version

This commit is contained in:
Matus Kysel 2023-06-13 10:25:07 +02:00
parent 3dca640303
commit 4560dc2f66
No known key found for this signature in database
GPG Key ID: 6A9168A10A6B501C

@ -61,7 +61,7 @@ Many of the below are the same as or similar to go-ethereum.
For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/getting-started/installing-geth).
Building `geth` requires both a Go (version 1.19 or later) and a C compiler. You can install
Building `geth` requires both a Go (version 1.19 or later) and a C compiler (GCC 5 or higher). You can install
them using your favourite package manager. Once the dependencies are installed, run
```shell