From 7330f96693758f841ff9e991ef31f6f37c8752a4 Mon Sep 17 00:00:00 2001 From: memem359 Date: Fri, 9 Jun 2017 12:38:58 -0400 Subject: [PATCH] Update README instructions for correct cmake generator --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0bd303..cbc69ff1 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,13 @@ properly set up: This command creates a native build system for the SDK. -The version of MSVC to use may be specified, by adding `-G "Visual Studio 14 2015"` or `-G "Visual Studio 15 2017"` or equivalent for other versions at the end of this command. +To select a specific IDE or a version thereof use the `-G` (generator) +parameter. Valid values for this parameter are `-G "Visual Studio 14 2015"`, +`-G "Visual Studio 15 2017"`, `-G "Xcode" or similar. -The MSVC toolset version may be specified, by adding `-T v140` or `-T v141` or equivalent for other versions at the end of this command. +To select a specific MSVC toolset version use the `-T` (toolset) parameter. +Valid values for this parameter are `-T v140` or `-T v141` or equivalent for +other versions at the end of this command. After that, the SDK can be build with: