mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 23:36:46 +08:00
Add vcpkg installation instructions (#13)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user