Add missing Ubuntu packages in the guide (#243)

* Add missing Ubuntu packages in the guide

* Bump expected Go language version for the app
This commit is contained in:
sergystepanov 2020-10-30 20:38:45 +03:00 committed by GitHub
parent ea0a433ee9
commit 5d28d6f94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
README.md vendored
View file

@ -45,7 +45,7 @@ Install Golang https://golang.org/doc/install . Because the project uses GoModul
* Install [libvpx](https://www.webmproject.org/code/), [libopus](http://opus-codec.org/), [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/), [sdl2](https://wiki.libsdl.org/Installation)
```
# Ubuntu / Windows (WSL2)
apt-get install -y pkg-config libvpx-dev libopus-dev libopusfile-dev libsdl2-dev
apt-get install -y make gcc pkg-config libvpx-dev libopus-dev libopusfile-dev libsdl2-dev
# MacOS
brew install libvpx pkg-config opus opusfile sdl2

2
go.mod vendored
View file

@ -1,6 +1,6 @@
module github.com/giongto35/cloud-game/v2
go 1.12
go 1.13
require (
cloud.google.com/go v0.67.0 // indirect