From c33c9d41b56e4e07bf76c2df6237f822e6409075 Mon Sep 17 00:00:00 2001 From: Steven Basart Date: Sun, 30 Dec 2018 20:20:58 -0500 Subject: [PATCH] Added Windows 8.1 SDK as required Added a note that Windows 8.1 SDK is required for installation on Windows. --- Docs/how_to_build_on_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/how_to_build_on_windows.md b/Docs/how_to_build_on_windows.md index b6edb068c..fa3499b62 100644 --- a/Docs/how_to_build_on_windows.md +++ b/Docs/how_to_build_on_windows.md @@ -19,7 +19,7 @@ Also: - [Visual Studio](https://www.visualstudio.com/downloads/) (2017)

Environment Setup

-In order to build CARLA you must **enable the x64 Visual C++ Toolset**. +In order to build CARLA you must **enable the x64 Visual C++ Toolset**. The Windows 8.1 SDK is also required for installation. I recommend to use this environment for everything you do in this tutorial. You have different options: