diff options
| author | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
| commit | 5823b05feb29a59510c32a9c28ca18b50b9b6399 (patch) | |
| tree | ac1603a592af9415b722b2669e04e417bd13c45c /project/cmake/README.md | |
| parent | 88de33e1836c646ccf594ef162c258d1210fd24e (diff) | |
| download | kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.gz kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.bz2 kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.zip | |
sync with upstream
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 | ``` |
