Skip to content

Commit d255e7e

Browse files
committed
doc: Add 'vulkan' package to Windows vcpkg install instructions.
1 parent 2e40e68 commit d255e7e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/build_instructions/windows_msvc.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ _Note:_ Also ensure that `python` and `python3` both point to the correct and th
4747

4848
vcpkg install dirent eigen3 fontconfig freetype harfbuzz libepoxy libogg libpng opus opusfile qtbase qtdeclarative qtmultimedia toml11
4949

50-
_Note:_ The `qt6` port in vcpkg has been split into multiple packages, build times are acceptable now.
50+
If you also want Vulkan graphics support, you should also run this command:
51+
52+
vcpkg install vulkan
53+
54+
_Note:_ The `qt` port in vcpkg has been split into multiple packages, build times are acceptable now.
5155
If you want, you can still use [the prebuilt version](https://www.qt.io/download-open-source/) instead.
5256
If you do so, include `-DCMAKE_PREFIX_PATH=<QT6 directory>` in the cmake configure command.
5357

0 commit comments

Comments
 (0)