mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-04 15:54:19 +00:00
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:
parent
ea0a433ee9
commit
5d28d6f94b
2 changed files with 2 additions and 2 deletions
2
README.md
vendored
2
README.md
vendored
|
|
@ -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
2
go.mod
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue