From bf5034a6a57b5b36adaa133201226da5354a8123 Mon Sep 17 00:00:00 2001 From: Krishnanand Sivaraj Date: Sun, 18 Nov 2018 17:37:41 +0530 Subject: [PATCH 1/2] doc: updating the installation steps for the latest --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 50f2984d679274..27063960503cf7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -387,9 +387,9 @@ Prerequisites: * [Python 2.6 or 2.7](https://www.python.org/downloads/) * The "Desktop development with C++" workload from [Visual Studio 2017](https://www.visualstudio.com/downloads/) or the - "Visual C++ build tools" workload from the + "Build Tools for Visual Studio 2017" workload from the [Build Tools](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017), - with the default optional components. + with the default optional components. Once you click on the downloaded installer, choose 'Visual C++ build tools' and proceed. It will install the necessary build tools to compile c++ files in this source. * Basic Unix tools required for some tests, [Git for Windows](http://git-scm.com/download/win) includes Git Bash and tools which can be included in the global `PATH`. From 9b14c79a69a0b5c8845aa12f146a7d656236a850 Mon Sep 17 00:00:00 2001 From: Krishnanand Sivaraj Date: Sun, 18 Nov 2018 17:43:37 +0530 Subject: [PATCH 2/2] doc: updating for better explanation --- BUILDING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 27063960503cf7..cee7798ef1c914 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -385,11 +385,12 @@ $ backtrace Prerequisites: * [Python 2.6 or 2.7](https://www.python.org/downloads/) -* The "Desktop development with C++" workload from - [Visual Studio 2017](https://www.visualstudio.com/downloads/) or the - "Build Tools for Visual Studio 2017" workload from the +* The "Build Tools for Visual Studio 2017" workload from the [Build Tools](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017), - with the default optional components. Once you click on the downloaded installer, choose 'Visual C++ build tools' and proceed. It will install the necessary build tools to compile c++ files in this source. + with the default optional components. Once the "Build Tools for Visual Studio + 2017" downloaded, install it by choosing "Visual C++ build tools" from the + installer and proceed. It will install the necessary build tools to compile + the C++ files. * Basic Unix tools required for some tests, [Git for Windows](http://git-scm.com/download/win) includes Git Bash and tools which can be included in the global `PATH`.