This commit is contained in:
rustdesk
2023-05-21 18:56:24 +08:00
parent e94ca830af
commit e0c909fa4c
24 changed files with 64 additions and 64 deletions

View File

@@ -17,7 +17,7 @@ Desktop versies gebruiken [sciter](https://sciter.com/) voor GUI, download dan z
- Installeer [vcpkg](https://github.com/microsoft/vcpkg), en stel `VCPKG_ROOT` omgevingsvariabele correct
- Windows: vcpkg installeer libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
- Windows: vcpkg installeer libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
- Linux/MacOS: vcpkg installeer libvpx libyuv opus
- run `cargo run`
@@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
```sh
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2021.12.01
git checkout 2023.04.15
cd ..
vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=$HOME/vcpkg
vcpkg/vcpkg install libvpx libyuv opus
vcpkg/vcpkg install libvpx libyuv opus aom
```
### Herstel libvpx (Voor Fedora)