summaryrefslogtreecommitdiffstats
path: root/project/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/README.md')
-rw-r--r--project/cmake/README.md4
1 files changed, 2 insertions, 2 deletions
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
8platforms: 8platforms:
9 9
10- Linux (GNU Makefiles) 10- Linux (GNU Makefiles)
11- Windows (NMake Makefiles, Visual Studio 12 (2013)) 11- Windows (NMake Makefiles, Visual Studio 14 (2015))
12- OSX (GNU Makefiles, Xcode) 12- OSX (GNU Makefiles, Xcode)
13- Android (GNU Makefiles) 13- Android (GNU Makefiles)
14 14
@@ -107,7 +107,7 @@ kodi.exe
107### Windows with Visual Studio project files 107### Windows with Visual Studio project files
108 108
109``` 109```
110cmake -G "Visual Studio 12" <KODI_SRC>/project/cmake/ 110cmake -G "Visual Studio 14" <KODI_SRC>/project/cmake/
111cmake --build . --config "Debug" # or: Build solution with Visual Studio 111cmake --build . --config "Debug" # or: Build solution with Visual Studio
112set KODI_HOME="%CD%" && Debug\kodi.exe 112set KODI_HOME="%CD%" && Debug\kodi.exe
113``` 113```