mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Update README.md
Add some additional libyuv notes.
This commit is contained in:
parent
27c9ce681b
commit
f7d12e65e5
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ a better sense of performance.
|
|||
* Install [Go](https://golang.org/doc/install)
|
||||
* Install [libvpx](https://www.webmproject.org/code/), [libx264](https://www.videolan.org/developers/x264.html)
|
||||
, [libopus](http://opus-codec.org/), [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
|
||||
, [sdl2](https://wiki.libsdl.org/Installation)
|
||||
, [sdl2](https://wiki.libsdl.org/Installation), [libyuv](https://chromium.googlesource.com/libyuv/libyuv/)+[libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo)
|
||||
|
||||
```
|
||||
# Ubuntu / Windows (WSL2)
|
||||
|
|
@ -69,6 +69,8 @@ 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}
|
||||
```
|
||||
|
||||
(You don't need to download libyuv on macOS)
|
||||
|
||||
(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`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue