Update documentation to include --recurse-submodules in git clone command

This commit is contained in:
animesh chaudhri 2025-03-02 13:24:31 +05:30 committed by GitHub
parent 2759c231ed
commit e3acf0a1f6
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