diff options
Diffstat (limited to 'project/cmake/README.md')
| -rw-r--r-- | project/cmake/README.md | 4 |
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 | |||
| 8 | platforms: | 8 | platforms: |
| 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 | ``` |
| 110 | cmake -G "Visual Studio 12" <KODI_SRC>/project/cmake/ | 110 | cmake -G "Visual Studio 14" <KODI_SRC>/project/cmake/ |
| 111 | cmake --build . --config "Debug" # or: Build solution with Visual Studio | 111 | cmake --build . --config "Debug" # or: Build solution with Visual Studio |
| 112 | set KODI_HOME="%CD%" && Debug\kodi.exe | 112 | set KODI_HOME="%CD%" && Debug\kodi.exe |
| 113 | ``` | 113 | ``` |
