From 67e6286940747a614cad574bf3b7e293cfef189e Mon Sep 17 00:00:00 2001 From: JacKc029735 <37247884+JacKc029735@users.noreply.github.com> Date: Sun, 23 Aug 2020 12:28:39 +0200 Subject: [PATCH] Updated Building with Visual Studio 2019 (markdown) --- Building-with-Visual-Studio-2019.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-with-Visual-Studio-2019.md b/Building-with-Visual-Studio-2019.md index 76640b0..dbbf617 100644 --- a/Building-with-Visual-Studio-2019.md +++ b/Building-with-Visual-Studio-2019.md @@ -1,4 +1,4 @@ -Pre-Building: +**Pre-Building:** 1) download and run visual studio 2019 IDE community edition installer from https://visualstudio.microsoft.com/ 2) select Desktop development with C++ @@ -7,7 +7,7 @@ Pre-Building: 5) Currently we require an old directx sdk (this one: https://www.microsoft.com/en-gb/download/details.aspx?id=6812), so install that. Annoyingly it will probably only work if you install it to the default location -Building +**Building:** 1) checkout the code using git (Optionally: fork it first!) 2) in the checked out code, open projectfiles then visualstudio-2019, then open fba_vs2019.sln 3) select the correctly platform and build type.