mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
aom
This commit is contained in:
parent
e94ca830af
commit
e0c909fa4c
@ -17,8 +17,8 @@ Desktop-Versionen nutzen [Sciter](https://sciter.com/) für die Benutzeroberflä
|
|||||||
|
|
||||||
- Installieren Sie [vcpkg](https://github.com/microsoft/vcpkg) und setzen Sie die Umgebungsvariable `VCPKG_ROOT` korrekt
|
- Installieren Sie [vcpkg](https://github.com/microsoft/vcpkg) und setzen Sie die Umgebungsvariable `VCPKG_ROOT` korrekt
|
||||||
|
|
||||||
- Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static`
|
- Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static`
|
||||||
- Linux/macOS: `vcpkg install libvpx libyuv opus`
|
- Linux/macOS: `vcpkg install libvpx libyuv opus aom`
|
||||||
|
|
||||||
- Nutzen Sie `cargo run`
|
- Nutzen Sie `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### libvpx reparieren (für Fedora)
|
### libvpx reparieren (für Fedora)
|
||||||
|
@ -17,8 +17,8 @@ Desktop versions use [sciter](https://sciter.com/) for GUI, please download scit
|
|||||||
|
|
||||||
- Install [vcpkg](https://github.com/microsoft/vcpkg), and set `VCPKG_ROOT` env variable correctly
|
- Install [vcpkg](https://github.com/microsoft/vcpkg), and set `VCPKG_ROOT` env variable correctly
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- run `cargo run`
|
- run `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fix libvpx (For Fedora)
|
### Fix libvpx (For Fedora)
|
||||||
|
@ -17,8 +17,8 @@ Uso de versiones de escritorio [sciter](https://sciter.com/) para GUI, descargue
|
|||||||
|
|
||||||
- Instalar [vcpkg](https://github.com/microsoft/vcpkg), y establecer `VCPKG_ROOT` variable env correctamente
|
- Instalar [vcpkg](https://github.com/microsoft/vcpkg), y establecer `VCPKG_ROOT` variable env correctamente
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- run `cargo run`
|
- run `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Arreglar libvpx (Para Fedora)
|
### Arreglar libvpx (Para Fedora)
|
||||||
|
@ -17,8 +17,8 @@ Les versions de bureau utilisent [sciter](https://sciter.com/) pour l'interface
|
|||||||
|
|
||||||
- Installez [vcpkg](https://github.com/microsoft/vcpkg), et définissez correctement la variable d'environnement `VCPKG_ROOT`.
|
- Installez [vcpkg](https://github.com/microsoft/vcpkg), et définissez correctement la variable d'environnement `VCPKG_ROOT`.
|
||||||
|
|
||||||
- Windows : vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows : vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/Osx : vcpkg install libvpx libyuv opus
|
- Linux/Osx : vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- Exécuter `cargo run`
|
- Exécuter `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Corriger libvpx (Pour Fedora)
|
### Corriger libvpx (Pour Fedora)
|
||||||
|
@ -17,8 +17,8 @@ La versione Desktop utilizza [sciter](https://sciter.com/) per la GUI, per favor
|
|||||||
|
|
||||||
- Installa [vcpkg](https://github.com/microsoft/vcpkg), e imposta correttamente la variabile d'ambiente `VCPKG_ROOT`
|
- Installa [vcpkg](https://github.com/microsoft/vcpkg), e imposta correttamente la variabile d'ambiente `VCPKG_ROOT`
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- Esegui `cargo run`
|
- Esegui `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fix libvpx (Per Fedora)
|
### Fix libvpx (Per Fedora)
|
||||||
|
@ -18,8 +18,8 @@ weight: 10
|
|||||||
|
|
||||||
- [vcpkg](https://github.com/microsoft/vcpkg), をインストールし、 `VCPKG_ROOT` 環境変数を正しく設定します。
|
- [vcpkg](https://github.com/microsoft/vcpkg), をインストールし、 `VCPKG_ROOT` 環境変数を正しく設定します。
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- run `cargo run`
|
- run `cargo run`
|
||||||
|
|
||||||
@ -48,11 +48,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fix libvpx (For Fedora)
|
### Fix libvpx (For Fedora)
|
||||||
|
@ -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
|
- 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
|
- Linux/MacOS: vcpkg installeer libvpx libyuv opus
|
||||||
|
|
||||||
- run `cargo run`
|
- run `cargo run`
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Herstel libvpx (Voor Fedora)
|
### Herstel libvpx (Voor Fedora)
|
||||||
|
@ -17,8 +17,8 @@ Versões de desktop utilizam [sciter](https://sciter.com/) para a GUI, por favor
|
|||||||
|
|
||||||
- Instale [vcpkg](https://github.com/microsoft/vcpkg), e configure a variável de ambiente `VCPKG_ROOT` corretamente
|
- Instale [vcpkg](https://github.com/microsoft/vcpkg), e configure a variável de ambiente `VCPKG_ROOT` corretamente
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- Execute `cargo run`
|
- Execute `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Conserte libvpx (Para o Fedora)
|
### Conserte libvpx (Para o Fedora)
|
||||||
|
@ -18,8 +18,8 @@ weight: 10
|
|||||||
|
|
||||||
- Установите [vcpkg](https://github.com/microsoft/vcpkg), и правильно установите переменную `VCPKG_ROOT`
|
- Установите [vcpkg](https://github.com/microsoft/vcpkg), и правильно установите переменную `VCPKG_ROOT`
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/MacOS: vcpkg install libvpx libyuv opus
|
- Linux/MacOS: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- Запустите`cargo run`
|
- Запустите`cargo run`
|
||||||
|
|
||||||
@ -48,11 +48,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Исправления libvpx (для Fedora)
|
### Исправления libvpx (для Fedora)
|
||||||
|
@ -17,8 +17,8 @@ weight: 10
|
|||||||
|
|
||||||
- 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量
|
- 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/Osx: vcpkg install libvpx libyuv opus
|
- Linux/Osx: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- 运行 `cargo run`
|
- 运行 `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### 修复 libvpx (仅仅针对 Fedora)
|
### 修复 libvpx (仅仅针对 Fedora)
|
||||||
|
@ -17,8 +17,8 @@ weight: 10
|
|||||||
|
|
||||||
- 安裝[vcpkg](https://github.com/microsoft/vcpkg), 正確設置`VCPKG_ROOT`環境變量
|
- 安裝[vcpkg](https://github.com/microsoft/vcpkg), 正確設置`VCPKG_ROOT`環境變量
|
||||||
|
|
||||||
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
- Linux/Osx: vcpkg install libvpx libyuv opus
|
- Linux/Osx: vcpkg install libvpx libyuv opus aom
|
||||||
|
|
||||||
- 運行 `cargo run`
|
- 運行 `cargo run`
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.sh
|
vcpkg/bootstrap-vcpkg.sh
|
||||||
export VCPKG_ROOT=$HOME/vcpkg
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
vcpkg/vcpkg install libvpx libyuv opus
|
vcpkg/vcpkg install libvpx libyuv opus aom
|
||||||
```
|
```
|
||||||
|
|
||||||
### 修復 libvpx (僅僅針對 Fedora)
|
### 修復 libvpx (僅僅針對 Fedora)
|
||||||
|
@ -7,7 +7,7 @@ weight: 21
|
|||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2023.04.15
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus aom
|
./vcpkg install libvpx libyuv opus aom
|
||||||
|
@ -7,7 +7,7 @@ weight: 21
|
|||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2023.04.15
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus aom
|
./vcpkg install libvpx libyuv opus aom
|
||||||
|
@ -7,7 +7,7 @@ weight: 21
|
|||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2023.04.15
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus aom
|
./vcpkg install libvpx libyuv opus aom
|
||||||
|
@ -7,7 +7,7 @@ weight: 21
|
|||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2023.04.15
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus aom
|
./vcpkg install libvpx libyuv opus aom
|
||||||
|
@ -7,7 +7,7 @@ weight: 21
|
|||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2023.04.15
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus aom
|
./vcpkg install libvpx libyuv opus aom
|
||||||
|
@ -25,11 +25,11 @@ Wenn Sie `git` nicht installiert haben, holen Sie sich `git` [hier](https://git-
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
Fügen Sie die Systemumgebungsvariable `VCPKG_ROOT`=`<pfad>\vcpkg` hinzu. `<pfad>` sollte der Ort sein, den Sie oben zum Klonen von `vcpkg` gewählt haben.
|
Fügen Sie die Systemumgebungsvariable `VCPKG_ROOT`=`<pfad>\vcpkg` hinzu. `<pfad>` sollte der Ort sein, den Sie oben zum Klonen von `vcpkg` gewählt haben.
|
||||||
|
@ -25,11 +25,11 @@ If you don't have `git` installed, get `git` [here](https://git-scm.com/download
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
Add System environment variable `VCPKG_ROOT`=`<path>\vcpkg`. The `<path>` should be the location you chose above to clone `vcpkg`.
|
Add System environment variable `VCPKG_ROOT`=`<path>\vcpkg`. The `<path>` should be the location you chose above to clone `vcpkg`.
|
||||||
|
@ -20,11 +20,11 @@ Usar [git-bash](https://git-scm.com/download/win) para ejecutar los siguientes c
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
Agregar variable de entorno `VCPKG_ROOT`=`<path>\vcpkg`.
|
Agregar variable de entorno `VCPKG_ROOT`=`<path>\vcpkg`.
|
||||||
|
@ -26,11 +26,11 @@ Si vous n'avez pas installé "git", téléchargez le [ici](https://git-scm.com/d
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
Ajoutez la variable d'environnement système `VCPKG_ROOT=<chemin>\vcpkg`. Le "\<chemin\>" devra être l'emplacement que vous avez choisi ci-dessus pour cloner "vcpkg".
|
Ajoutez la variable d'environnement système `VCPKG_ROOT=<chemin>\vcpkg`. Le "\<chemin\>" devra être l'emplacement que vous avez choisi ci-dessus pour cloner "vcpkg".
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@ Als je `git` niet hebt ingesteld, haal dan `git` [hier](https://git-scm.com/down
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
Voeg Systeem omgevingsvariabele toe `VCPKG_ROOT`=`<path>\vcpkg`. Het `<path>` moet de locatie zijn die u hierboven hebt gekozen om `vcpkg` te klonen.
|
Voeg Systeem omgevingsvariabele toe `VCPKG_ROOT`=`<path>\vcpkg`. Het `<path>` moet de locatie zijn die u hierboven hebt gekozen om `vcpkg` te klonen.
|
||||||
|
@ -19,11 +19,11 @@ Download [rustup-init.exe](https://static.rust-lang.org/rustup/dist/x86_64-pc-wi
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
Добавьте переменную среду `VCPKG_ROOT`=`<path>\vcpkg`.
|
Добавьте переменную среду `VCPKG_ROOT`=`<path>\vcpkg`.
|
||||||
|
@ -19,11 +19,11 @@ weight: 20
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
添加环境变量`VCPKG_ROOT`=`<path>\vcpkg`。
|
添加环境变量`VCPKG_ROOT`=`<path>\vcpkg`。
|
||||||
|
@ -19,11 +19,11 @@ weight: 20
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git checkout 2021.12.01
|
git checkout 2023.04.15
|
||||||
cd ..
|
cd ..
|
||||||
vcpkg/bootstrap-vcpkg.bat
|
vcpkg/bootstrap-vcpkg.bat
|
||||||
export VCPKG_ROOT=$PWD/vcpkg
|
export VCPKG_ROOT=$PWD/vcpkg
|
||||||
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
|
vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
|
||||||
```
|
```
|
||||||
|
|
||||||
添加環境變量`VCPKG_ROOT`=`<path>\vcpkg`。
|
添加環境變量`VCPKG_ROOT`=`<path>\vcpkg`。
|
||||||
|
Loading…
Reference in New Issue
Block a user