Add vcpkg installation instructions (#13)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu
2022-10-18 14:53:13 +08:00
committed by GitHub
parent 039b6fcb53
commit 9fe6111e4d
+12
View File
@@ -39,3 +39,15 @@ Third party project for GacUI 1.0: https://github.com/mangosroom/GacUI-CMake-sup
This project is not maintained by members in **vczh-libraries** organization.
In the future there could be some mismatch in the file list,
which could be easily fixed.
## Building using vcpkg
You can build and install vlpp using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
- git clone https://github.com/Microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.sh # ./bootstrap-vcpkg.bat for Windows
- ./vcpkg integrate install
- ./vcpkg install vlpp
The vlpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.