From 49e5f1ae3fa57fd6092d475d6d9782cc8b31d2f6 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Tue, 3 Dec 2024 08:55:45 -0600 Subject: [PATCH] Link to vcpkg installation guide The git repo does not have good docs :( --- doc/compiling/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/compiling/windows.md b/doc/compiling/windows.md index 6edba893e..4dbea6fc1 100644 --- a/doc/compiling/windows.md +++ b/doc/compiling/windows.md @@ -5,6 +5,7 @@ - [Visual Studio 2015 or newer](https://visualstudio.microsoft.com) - [CMake](https://cmake.org/download/) - [vcpkg](https://github.com/Microsoft/vcpkg) + > [vcpkg installation guide](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started#1---set-up-vcpkg) - [Git](https://git-scm.com/downloads) ## Compiling and installing the dependencies