summaryrefslogtreecommitdiffstats
path: root/project/cmake/README.md
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-05-01 18:06:14 +0200
committermanuel <manuel@mausz.at>2016-05-01 18:06:14 +0200
commit5823b05feb29a59510c32a9c28ca18b50b9b6399 (patch)
treeac1603a592af9415b722b2669e04e417bd13c45c /project/cmake/README.md
parent88de33e1836c646ccf594ef162c258d1210fd24e (diff)
downloadkodi-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.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```