Merge pull request #1408 from Adela0814/master

Add vcpkg installation instructions
This commit is contained in:
Andreas Süßenbach 2022-09-14 15:17:16 +02:00 committed by GitHub
commit 5167140c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,20 @@ To build the local samples and tests you'll have to clone this repository and ru
Optional: To update the Vulkan-Hpp and its submodules execute ```git pull --recurse-submodules```.
### Installing vulkan-hpp using vcpkg
You can download and install vulkan-hpp using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
```bash
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install vulkan-hpp
```
The vulkan-hpp 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.
### Optional Features
#### Formatting