From 07eb3a94356845edcd44aa8255974d85cc1f12af Mon Sep 17 00:00:00 2001 From: contextswap Date: Sat, 29 Apr 2023 17:24:47 +0900 Subject: [PATCH] some more --- docs/devs/building/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devs/building/windows.md b/docs/devs/building/windows.md index 6ef9289..ee760c4 100644 --- a/docs/devs/building/windows.md +++ b/docs/devs/building/windows.md @@ -166,6 +166,7 @@ Alternatively, if you feel adventurous, try that from the command line cmake ..\build -G "Visual Studio 12 2013" -DWITH_UPNP=ON -DWITH_PCH=ON -DCMAKE_INSTALL_PREFIX:PATH=C:\dev\Debug_Win32_stage If necessary files are not found `WITH_UPNP` will stay off. +vcpkg users may refer to [this](https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/cmake-integration) for CMake flags. ### Building i2pd