diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b0811c5..11cefa4e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,11 +94,11 @@ jobs: uses: lukka/run-vcpkg@v7 with: setupOnly: true - vcpkgGitCommitId: '1d4128f08e30cec31b94500840c7eca8ebc579cb' + vcpkgGitCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1' #2023.04.15 - name: Install vcpkg dependencies run: | - $VCPKG_ROOT/vcpkg install libvpx libyuv opus + $VCPKG_ROOT/vcpkg install libvpx libyuv opus aom shell: bash - name: Install Rust toolchain diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 051d28706..61543b8ad 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -11,9 +11,9 @@ env: LLVM_VERSION: "15.0.6" FLUTTER_VERSION: "3.7.0" TAG_NAME: "nightly" - # vcpkg version: 2022.05.10 + # vcpkg version: 2023.04.15 # for multiarch gcc compatibility - VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44" + VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1" VERSION: "1.2.0" NDK_VERSION: "r23" #signing keys env variable checks @@ -319,7 +319,7 @@ jobs: - name: Install vcpkg dependencies run: | - $VCPKG_ROOT/vcpkg install libvpx libyuv opus + $VCPKG_ROOT/vcpkg install libvpx libyuv opus aom - name: Show version information (Rust, cargo, Clang) shell: bash diff --git a/.github/workflows/vcpkg-deps-linux.yml b/.github/workflows/vcpkg-deps-linux.yml index 8eee01011..f07621cbb 100644 --- a/.github/workflows/vcpkg-deps-linux.yml +++ b/.github/workflows/vcpkg-deps-linux.yml @@ -63,7 +63,7 @@ jobs: pushd vcpkg git reset --hard ${{ env.VCPKG_COMMIT_ID }} ./bootstrap-vcpkg.sh - ./vcpkg install libvpx libyuv opus + ./vcpkg install libvpx libyuv opus aom ;; aarch64) pushd /artifacts diff --git a/README.md b/README.md index c43bad4ef..61b848c55 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Please download Sciter dynamic library yourself. - 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 - - Linux/macOS: vcpkg install libvpx libyuv opus + - 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 aom - run `cargo run` @@ -104,11 +104,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 ``` ### Fix libvpx (For Fedora) diff --git a/docs/README-AR.md b/docs/README-AR.md index 4f5769839..65a6da3d4 100644 --- a/docs/README-AR.md +++ b/docs/README-AR.md @@ -55,8 +55,8 @@ - بطريقة صحيحة `VCPKG_ROOT` env variable وأعد [vcpkg](https://github.com/microsoft/vcpkg) ثبت - - Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static` - - Linux/MacOS: `vcpkg install libvpx libyuv opus` + - 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 aom` - run `cargo run` @@ -88,11 +88,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 ``` ### Fix libvpx (For Fedora) diff --git a/docs/README-CS.md b/docs/README-CS.md index 74c6fcb19..b3e2cb0d2 100644 --- a/docs/README-CS.md +++ b/docs/README-CS.md @@ -49,8 +49,8 @@ Varianta pro mobilní platformy používá aplikační rámec (framework) Flutte - Nainstalujte [vcpkg](https://github.com/microsoft/vcpkg), a nastavte správně proměnnou prostsředí `VCPKG_ROOT` - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - spusťte `cargo run` @@ -81,11 +81,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 ``` ### Oprava libvpx (pro Fedoru) diff --git a/docs/README-DA.md b/docs/README-DA.md index d7283d8ab..f17b3abfd 100644 --- a/docs/README-DA.md +++ b/docs/README-DA.md @@ -47,8 +47,8 @@ Hent venligst sciter dynamic library selv. - Installer [vcpkg](https://github.com/microsoft/vcpkg), og indstil env-variabelen "VCPKG_ROOT" korrekt - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - kør `cargo run` @@ -79,11 +79,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 ``` ### libvpx rettelse (For Fedora) diff --git a/docs/README-DE.md b/docs/README-DE.md index 2c159bd07..991fa721e 100644 --- a/docs/README-DE.md +++ b/docs/README-DE.md @@ -65,8 +65,8 @@ Bitte laden Sie die dynamische Bibliothek Sciter selbst herunter. - Installieren Sie [vcpkg](https://github.com/microsoft/vcpkg) und fügen Sie die Systemumgebungsvariable `VCPKG_ROOT` hinzu - - Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static` - - Linux/macOS: `vcpkg install libvpx libyuv opus` + - 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 aom` - Nutzen Sie `cargo run` @@ -104,11 +104,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 ``` ### libvpx reparieren (für Fedora) diff --git a/docs/README-EO.md b/docs/README-EO.md index 4bca4a793..56acb4e6c 100644 --- a/docs/README-EO.md +++ b/docs/README-EO.md @@ -45,8 +45,8 @@ La labortabla versio uzas [sciter](https://sciter.com/) por la interfaco, bonvol - Instalu [vcpkg](https://github.com/microsoft/vcpkg), kaj agordu la medivariablon `VCPKG_ROOT` korekte - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Plenumu `cargo run` @@ -75,11 +75,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 ``` ### Ripari libvpx (Por Fedora) diff --git a/docs/README-ES.md b/docs/README-ES.md index 66fc609fb..6c5ebd83c 100644 --- a/docs/README-ES.md +++ b/docs/README-ES.md @@ -54,8 +54,8 @@ Por favor descarga la librería dinámica de Sciter tu mismo. - Instala [vcpkg](https://github.com/microsoft/vcpkg), y configura la variable de entono `VCPKG_ROOT` correctamente. - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/Osx: vcpkg install libvpx libyuv opus + - 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 aom - Corre `cargo run` @@ -84,11 +84,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 ``` ### Arregla libvpx (Para Fedora) diff --git a/docs/README-FA.md b/docs/README-FA.md index 177e3c122..a23d91930 100644 --- a/docs/README-FA.md +++ b/docs/README-FA.md @@ -52,8 +52,8 @@ - نرم افزار [vcpkg](https://github.com/microsoft/vcpkg) را نصب کنید و متغیر `VCPKG_ROOT` را به درستی تنظیم کنید. - بسته‌های vcpkg مورد نیاز را نصب کنید: - - ویندوز: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static` - - مک و لینوکس: `vcpkg install libvpx libyuv opus` + - ویندوز: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static` + - مک و لینوکس: `vcpkg install libvpx libyuv opus aom` - این دستور را اجرا کنید: `cargo run` ## [ساخت](https://rustdesk.com/docs/en/dev/build/) @@ -83,11 +83,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 ``` ### رفع ایراد libvpx (برای فدورا) diff --git a/docs/README-FI.md b/docs/README-FI.md index 8674bc1b3..b99d469bb 100644 --- a/docs/README-FI.md +++ b/docs/README-FI.md @@ -45,8 +45,8 @@ Desktop-versiot käyttävät [sciter](https://sciter.com/) graafisena käyttöli - Asenna [vcpkg](https://github.com/microsoft/vcpkg), ja aseta `VCPKG_ROOT`-ympäristömuuttuja oikein - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - suorita `cargo run` @@ -75,11 +75,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 ``` ### Korjaa libvpx (Fedora) diff --git a/docs/README-FR.md b/docs/README-FR.md index bef9b39b4..ce4c45c57 100644 --- a/docs/README-FR.md +++ b/docs/README-FR.md @@ -45,8 +45,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`. - - Windows : vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/Osx : vcpkg install libvpx libyuv opus + - 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 aom - Exécuter `cargo run` @@ -75,11 +75,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 ``` ### Corriger libvpx (Pour Fedora) diff --git a/docs/README-GR.md b/docs/README-GR.md index 8ec98030d..cf9bb0f9d 100644 --- a/docs/README-GR.md +++ b/docs/README-GR.md @@ -65,8 +65,8 @@ - Εγκαταστήσετε το [vcpkg](https://github.com/microsoft/vcpkg), και ρυθμίστε σωστά την παράμετρο συστήματος `VCPKG_ROOT` - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Εκτελέστε `cargo run` @@ -104,11 +104,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 ``` ### Διόρθωση libvpx (για Fedora) diff --git a/docs/README-HU.md b/docs/README-HU.md index 9582cf1c6..e70ae7aad 100644 --- a/docs/README-HU.md +++ b/docs/README-HU.md @@ -55,8 +55,8 @@ A telefonos verziók Flutter-t hasznának. Később lehetséges hogy Sciterről - Telepítsd a [vcpkg](https://github.com/microsoft/vcpkg)-t, és állítsd be a `VCPKG_ROOT` környezeti változót helyesen - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Futtasd a `cargo run` parancsot @@ -87,11 +87,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 ``` ### Fixeld a libvpx-t (Fedora-n csak) diff --git a/docs/README-ID.md b/docs/README-ID.md index 702966566..2704758be 100644 --- a/docs/README-ID.md +++ b/docs/README-ID.md @@ -45,8 +45,8 @@ Versi desktop menggunakan [sciter](https://sciter.com/) untuk GUI, silahkan down - Install [vcpkg](https://github.com/microsoft/vcpkg), dan arahkan `VCPKG_ROOT` env variable dengan benar - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - jalankan `cargo run` @@ -75,11 +75,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 ``` ### Perbaiki libvpx (Untuk Fedora) diff --git a/docs/README-IT.md b/docs/README-IT.md index 2dec27e40..be4e4d54a 100644 --- a/docs/README-IT.md +++ b/docs/README-IT.md @@ -45,8 +45,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` - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Esegui `cargo run` @@ -75,11 +75,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 ``` ### Fix libvpx (Per Fedora) diff --git a/docs/README-JP.md b/docs/README-JP.md index fafc5ef8c..709d41547 100644 --- a/docs/README-JP.md +++ b/docs/README-JP.md @@ -51,8 +51,8 @@ RustDeskは誰からの貢献も歓迎します。 貢献するには [`docs/CON - [vcpkg](https://github.com/microsoft/vcpkg), をインストールし、 `VCPKG_ROOT` 環境変数を正しく設定します。 - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - run `cargo run` @@ -85,11 +85,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 ``` ### Fix libvpx (For Fedora) diff --git a/docs/README-KR.md b/docs/README-KR.md index 6f9ba2221..7c6326cc8 100644 --- a/docs/README-KR.md +++ b/docs/README-KR.md @@ -51,8 +51,8 @@ RustDesk는 모든 기여를 환영합니다. 기여하고자 한다면 [`docs/C - [vcpkg](https://github.com/microsoft/vcpkg) 설치하고 `VCPKG_ROOT` 환경변수를 정확히 설정합니다. - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - run `cargo run` @@ -83,11 +83,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 ``` ### Fix libvpx (For Fedora) diff --git a/docs/README-ML.md b/docs/README-ML.md index 5b4c3782a..9f3ed88a3 100644 --- a/docs/README-ML.md +++ b/docs/README-ML.md @@ -44,8 +44,8 @@ - [vcpkg](https://github.com/microsoft/vcpkg) ഇൻസ്റ്റാൾ ചെയ്ത് `VCPKG_ROOT` env വേരിയബിൾ ശരിയായി സജ്ജമാക്കുക - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - run `cargo run` @@ -74,11 +74,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 ``` ### libvpx പരിഹരിക്കുക (ഫെഡോറയ്ക്ക്) diff --git a/docs/README-NL.md b/docs/README-NL.md index 8ed279b1d..2214adeac 100644 --- a/docs/README-NL.md +++ b/docs/README-NL.md @@ -63,8 +63,8 @@ Download zelf de dynamic library van Sciter. - Installeer [vcpkg](https://github.com/microsoft/vcpkg) en configureer de `VCPKG_ROOT` omgevingsvariabele op de juiste manier: - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Voer uit: `cargo run` @@ -101,11 +101,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 ``` ### Fix voor libvpx (voor Fedora) diff --git a/docs/README-PL.md b/docs/README-PL.md index 0a27f94d8..f44542581 100644 --- a/docs/README-PL.md +++ b/docs/README-PL.md @@ -63,8 +63,8 @@ Wersje desktopowe używają [sciter](https://sciter.com/) dla GUI, proszę pobra - Zainstaluj [vcpkg](https://github.com/microsoft/vcpkg), i ustaw prawidłowo zmienną `VCPKG_ROOT` - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - uruchom `cargo run` @@ -99,11 +99,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 ``` ### Popraw libvpx (Dla Fedora) diff --git a/docs/README-PTBR.md b/docs/README-PTBR.md index 491d53154..7e8a2d2e7 100644 --- a/docs/README-PTBR.md +++ b/docs/README-PTBR.md @@ -45,8 +45,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 - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Execute `cargo run` @@ -75,11 +75,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 ``` ### Conserte libvpx (Para o Fedora) diff --git a/docs/README-RU.md b/docs/README-RU.md index 75bc3eb7f..282617ace 100644 --- a/docs/README-RU.md +++ b/docs/README-RU.md @@ -57,8 +57,8 @@ RustDesk приветствует вклад каждого. Ознакомьт - Установите [vcpkg](https://github.com/microsoft/vcpkg), и правильно установите переменную `VCPKG_ROOT` - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Запустите `cargo run` @@ -87,11 +87,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 ``` ### Исправление libvpx (для Fedora) diff --git a/docs/README-UA.md b/docs/README-UA.md index 222da34d2..c6c8e66f6 100644 --- a/docs/README-UA.md +++ b/docs/README-UA.md @@ -67,8 +67,8 @@ RustDesk вітає внесок кожного. Дивіться [`docs/CONTRIB - Встановіть [vcpkg](https://github.com/microsoft/vcpkg), і правильно встановіть змінну `VCPKG_ROOT`. - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/MacOS: vcpkg install libvpx libyuv opus + - 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 aom - Запустіть `cargo run` @@ -104,11 +104,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 ``` ### Виправлення libvpx (для Fedora) diff --git a/docs/README-VN.md b/docs/README-VN.md index 2f66d011d..38a5df533 100644 --- a/docs/README-VN.md +++ b/docs/README-VN.md @@ -55,8 +55,8 @@ Phiên bản cho điện thoại sử dụng Flutter. Chúng tôi sẽ chuyển - Tải và cài [vcpkg](https://github.com/microsoft/vcpkg), và đặt biến môi trường `VCPKG_ROOT` sao cho đúng. - - Đối với Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Đối với Linux/MacOS: vcpkg install libvpx libyuv opus + - Đối với Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static + - Đối với Linux/MacOS: vcpkg install libvpx libyuv opus aom - Chạy lệnh `cargo run` @@ -87,11 +87,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 ``` ### Cách sửa lỗi libvpx (Dành cho hệ điều hành Fedora) diff --git a/docs/README-ZH.md b/docs/README-ZH.md index 27c35ff57..b5ee85e72 100644 --- a/docs/README-ZH.md +++ b/docs/README-ZH.md @@ -48,8 +48,8 @@ Chat with us: [知乎](https://www.zhihu.com/people/rustdesk) | [Discord](https: - 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量 - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static - - Linux/Osx: vcpkg install libvpx libyuv opus + - 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 aom - 运行 `cargo run` @@ -80,11 +80,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 ``` ### 修复 libvpx (仅仅针对 Fedora)