From 5823b05feb29a59510c32a9c28ca18b50b9b6399 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 1 May 2016 18:06:14 +0200 Subject: sync with upstream --- project/cmake/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project/cmake/README.md') diff --git a/project/cmake/README.md b/project/cmake/README.md index c0f94d8..28af525 100644 --- a/project/cmake/README.md +++ b/project/cmake/README.md @@ -8,7 +8,7 @@ executable (but no packaging or dependency management yet) for the following platforms: - Linux (GNU Makefiles) -- Windows (NMake Makefiles, Visual Studio 12 (2013)) +- Windows (NMake Makefiles, Visual Studio 14 (2015)) - OSX (GNU Makefiles, Xcode) - Android (GNU Makefiles) @@ -107,7 +107,7 @@ kodi.exe ### Windows with Visual Studio project files ``` -cmake -G "Visual Studio 12" /project/cmake/ +cmake -G "Visual Studio 14" /project/cmake/ cmake --build . --config "Debug" # or: Build solution with Visual Studio set KODI_HOME="%CD%" && Debug\kodi.exe ``` -- cgit v1.2.3