diff --git a/README.md b/README.md index c264013f..339b9aa9 100644 --- a/README.md +++ b/README.md @@ -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.