mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update README.md
This commit is contained in:
parent
1993950cd7
commit
27c9ce681b
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ a better sense of performance.
|
|||
, [libopus](http://opus-codec.org/), [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
|
||||
, [sdl2](https://wiki.libsdl.org/Installation)
|
||||
|
||||
(If you need to use the app on an older version of Ubuntu that does not have libyuv, you can add a custom apt repository:
|
||||
`add sudo add-apt-repository ppa:savoury1/graphics`)
|
||||
|
||||
```
|
||||
# Ubuntu / Windows (WSL2)
|
||||
apt-get install -y make gcc pkg-config libvpx-dev libx264-dev libopus-dev libsdl2-dev libyuv-dev libjpeg-turbo8-dev
|
||||
|
|
@ -72,6 +69,9 @@ brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
|
|||
pacman -Sy --noconfirm --needed git make mingw-w64-x86_64-{gcc,pkgconf,dlfcn,libvpx,opus,x264-git,SDL2,libyuv,libjpeg-turbo}
|
||||
```
|
||||
|
||||
(If you need to use the app on an older version of Ubuntu that does not have libyuv (when it says: unable to locate package libyuv-dev), you can add a custom apt repository:
|
||||
`add sudo add-apt-repository ppa:savoury1/graphics`)
|
||||
|
||||
Because the coordinator and workers need to run simultaneously. Workers connect to the coordinator.
|
||||
|
||||
1. Script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue