From bdea0930daa825f4938bfe361aa80b7fd6ed27f4 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 16 Nov 2022 23:33:14 +0100 Subject: [PATCH] Add info about .Net Framework SDK for engine devs #821 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f37a11d19..4ef31c91c 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de ## Windows * Install Visual Studio 2015 or newer -* Install Windows 8.1 SDK or newer -* Install Microsoft Visual C++ 2015 v140 toolset or newer +* Install Windows 8.1 SDK or newer (via Visual Studio Installer) +* Install Microsoft Visual C++ 2015 v140 toolset or newer (via Visual Studio Installer) +* Install .Net Framework 4.5.2 SDK/Targeting Pack (via Visual Studio Installer) * Clone repo (with LFS) * Run **GenerateProjectFiles.bat** * Open `Flax.sln` and set solution configuration to **Editor.Development** and solution platform to **Win64**