Merge pull request #504 from animeshchaudhri/patch-3

Fix: Ensure submodules are cloned by adding --recurse-submodules to docs
This commit is contained in:
RustDesk 2025-03-02 16:24:15 +08:00 committed by GitHub
commit 37c2096329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ Go to the folder you want to clone vcpkg and use [Git Bash](https://git-scm.com/
If you don't have `Git` installed, get `Git` [here](https://git-scm.com/download/win). If you don't have `Git` installed, get `Git` [here](https://git-scm.com/download/win).
```sh ```sh
git clone https://github.com/microsoft/vcpkg git clone --recurse-submodules https://github.com/microsoft/vcpkg
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 aom:x64-windows-static vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static