Skip to content

Commit

Permalink
generator: Update protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b authored May 5, 2021
1 parent 4d18923 commit 8da11b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We generate Go code from SteamKit protocol descriptors, namely `steamlang` files

## Dependencies
1. Get SteamKit submodule: `git submodule update --init --recursive`.
2. Install [`protoc`](https://developers.google.com/protocol-buffers/docs/downloads), the protocol buffer compiler. At the moment, we use Protocol Buffers 2.6.1.
2. Install [`protoc`](https://developers.google.com/protocol-buffers/docs/downloads), the protocol buffer compiler. At the moment, we use Protocol Buffers 3.15.8.
3. Install `proco-gen-go`: `go get github.com/golang/protobuf/protoc-gen-go/`. At the moment, we use
`4c88cc3`.
4. Install the .NET Core SDK (3.1 or later).
Expand Down

0 comments on commit 8da11b6

Please sign in to comment.