Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MastaP committed Feb 28, 2024
1 parent 8bc7e22 commit ab2d5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit ab2d5f4

Please sign in to comment.