mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
README: Update build path
Reflect relocation of cmake script in Kodi master. Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
parent
7b9ec7d884
commit
9bbd7cf3c4
@ -30,7 +30,7 @@ If you already have a local Kodi checkout, you can use that one. Just make sure
|
|||||||
$ cd pvr.octonet
|
$ cd pvr.octonet
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd 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
|
On Windows, you should add `-G "NMake Makefiles"` to the CMake invocation. Make sure that
|
||||||
|
Loading…
Reference in New Issue
Block a user