From 380ecb404ef99ba132154ed43dd2b84136b30b14 Mon Sep 17 00:00:00 2001 From: michaelkonecny Date: Fri, 11 Nov 2016 06:43:10 +0100 Subject: [PATCH] Clarify the README description about cmake for Windows Add hint for 64-bit solution in the cmake's generator argument. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fde68..adef674 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=ON|OFF] .. ``` * The `generator` is whatever type of build system you'd like to use. To see a full list of generators on your platform, just run `cmake` (with no arguments). For example: - * On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution + * On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution or "Visual Studio 14 2015 Win64" to generate a 64-bit Visual Studio 2015 solution. * On OS X, you might use "Xcode" to generate an Xcode project * On a UNIX-y system, simply omit the option to generate a makefile