Updated Readme to reflect the change of default triplet. (#986)

This commit is contained in:
Kan Tang 2020-11-18 15:38:17 +08:00 committed by GitHub
parent 801e072e42
commit d906a89310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ For general suggestions about Azure, use our [Azure feedback forum](https://feed
On Windows, dependencies are managed by [vcpkg](https://github.com/microsoft/vcpkg). You can reference the [Quick Start](https://github.com/microsoft/vcpkg#quick-start-windows) to quickly set yourself up.
After Vcpkg is initialized and bootstrapped, you can install the dependencies:
```BatchFile
vcpkg.exe install libxml2:x64-windows curl:x64-windows
vcpkg.exe install libxml2:x64-windows-static curl:x64-windows-static
```
#### Unix Platforms