From ab2d5f415769d0a84764699b6a12fd8ee7951cae Mon Sep 17 00:00:00 2001 From: PavelGrigorenko Date: Wed, 28 Feb 2024 10:04:38 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee92c26f6..8b4b3c2f9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Run `make build` to build the application. Executable will be built to `build/al ### Build dependencies * `golang` version 1.21. (https://go.dev/doc/install) +* `C` compiler, recent versions of [GCC](https://gcc.gnu.org/) are recommended. In Debian and Ubuntu repositories, GCC is part of the build-essential package. On macOS, GCC can be installed with [Homebrew](https://formulae.brew.sh/formula/gcc). * in order to rebuild everything including protobuf definitions (`make` or `make all`): * `protoc` version 3.21.9+ (https://grpc.io/docs/protoc-installation) * `protoc-gen-go` (https://grpc.io/docs/languages/go/quickstart/)