From 9bbd7cf3c4e7df001bf45a8b36034c9825d0210b Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Fri, 26 May 2017 11:04:27 +0200 Subject: [PATCH] README: Update build path Reflect relocation of cmake script in Kodi master. Signed-off-by: Julian Scheel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac334d8..6d943aa 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you already have a local Kodi checkout, you can use that one. Just make sure $ cd pvr.octonet $ mkdir build $ cd build -$ cmake -DCMAKE_BUILD_TYPE=Release -DADDONS_TO_BUILD="pvr.octonet" -DADDON_SRC_PREFIX="path to parent of pvr.octonet" -DCMAKE_INSTALL_PREFIX="install" -DPACKAGE_ZIP=ON "path to kodi/project/cmake/addons" +$ cmake -DCMAKE_BUILD_TYPE=Release -DADDONS_TO_BUILD="pvr.octonet" -DADDON_SRC_PREFIX="path to parent of pvr.octonet" -DCMAKE_INSTALL_PREFIX="install" -DPACKAGE_ZIP=ON "path to kodi/cmake/addons" ``` On Windows, you should add `-G "NMake Makefiles"` to the CMake invocation. Make sure that