From 9217fd6038d4505893c6a35b427cd6a86a12d523 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 22 Jul 2021 16:48:50 +0200 Subject: [PATCH] Install MFC in windows install from sources Signed-off-by: ahcorde --- fortress/install_windows_src.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fortress/install_windows_src.md b/fortress/install_windows_src.md index e2b09c165e..c626bd731d 100644 --- a/fortress/install_windows_src.md +++ b/fortress/install_windows_src.md @@ -20,7 +20,8 @@ You will still be able to use `TPE` as a physics engine 2. Install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/). The Community version is free for students, open-source developers, and personal development. Check "Desktop development with C++" in the Workloads tab, - and uncheck "C++ Cmake Tools." We will install cmake via Conda. + check "MFC and ATL support", and uncheck "C++ Cmake Tools." We will install + cmake via Conda. 3. Open a Visual Studio Command Prompt (search for "x64 Native Tools Command Prompt for VS 2019" in the Windows search field near the Windows button). Optionally,