diff options
author | Wim <wim@42.be> | 2019-09-07 22:46:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-07 22:46:58 +0200 |
commit | a3bee01e0af3394c19360b98fd2db1b647f49299 (patch) | |
tree | ffc5778361d55d592a718354a37c9251e75fc7f6 /vendor/github.com/Philipp15b/go-steam/README.md | |
parent | 1dc93ec4f001edd01daccbe408767d4878be25a3 (diff) | |
download | matterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.tar.gz matterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.tar.bz2 matterbridge-msglm-a3bee01e0af3394c19360b98fd2db1b647f49299.zip |
Update dependencies (#886)
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/README.md')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/README.md | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/README.md b/vendor/github.com/Philipp15b/go-steam/README.md index 76c906ad..b6e52529 100644 --- a/vendor/github.com/Philipp15b/go-steam/README.md +++ b/vendor/github.com/Philipp15b/go-steam/README.md @@ -45,20 +45,11 @@ Whether you want to develop your own Steam bot or directly work on go-steam itse ## Updating go-steam to a new SteamKit version -To update go-steam to a new version of SteamKit, do the following: +Go source code is generated with code in the `generator` directory. +Look at `generator/README.md` for more information on how to use the generator. - go get github.com/golang/protobuf/protoc-gen-go/ - git submodule init && git submodule update - cd generator - go run generator.go clean proto steamlang - -Make sure that `$GOPATH/bin` / `protoc-gen-go` is in your `$PATH`. You'll also need [`protoc`](https://developers.google.com/protocol-buffers/docs/downloads), the protocol buffer compiler. At the moment, we use Protocol Buffers 2.6.1 with `proco-gen-go`-[2402d76](https://github.com/golang/protobuf/tree/2402d76f3d41f928c7902a765dfc872356dd3aad). - -To compile the Steam Language files, you also need the [.NET Framework](https://www.microsoft.com/net/downloads) -on Windows or [mono](http://www.go-mono.com/mono-downloads/download.html) on other operating systems. - -Apply the protocol changes where necessary. +Then, after generating new Go source files, update `go-steam` as necessary. ## License -Steam for Go is licensed under the New BSD License. More information can be found in LICENSE.txt.
\ No newline at end of file +Steam for Go is licensed under the New BSD License. More information can be found in LICENSE.txt. |