1
0
mirror of https://github.com/DigitalDevices/pvr.octonet.git synced 2023-10-10 13:36:57 +02:00
Alwin Esch fcb500b4df increase version to 19.0.0 (see note below)
With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
This done to know easier to which Kodi the addon works.

For here now used by Kodi 19 Matrix.
2021-09-19 09:52:42 +02:00
2021-09-18 19:51:57 +02:00
2021-09-18 19:51:57 +02:00
2020-06-07 16:56:16 +02:00
2020-03-25 20:58:07 +01:00
2021-09-18 19:52:20 +02:00
2016-02-02 11:03:40 +01:00
2019-04-21 17:25:16 +02:00
2020-03-25 20:53:25 +01:00
2021-09-19 09:52:19 +02:00

Octonet PVR

Digital Devices Octonet PVR client addon for Kodi

Platform Status
Linux + OS X (github) Build and run tests
Windows (AppVeyor) Build status

Building

These instructions work on all supported platforms for the most part. Obviously, paths need to be adjusted according to your OS (/ vs \). We use Linux paths here as an example.

Clone the pvr.octonet repository:

$ git clone --branch Matrix https://github.com/DigitalDevices/pvr.octonet.git

Clone the Kodi repository:

$ git clone --branch Matrix https://github.com/xbmc/xbmc.git
$ 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/cmake/addons"

On Windows, you should add -G "NMake Makefiles" to the CMake invocation. Make sure that ADDON_SRC_PREFIX does not point directly to pvr.octonet but instead to its parent directory.

Finally, build the plugin with make (or nmake on Windows). The plugin should be in an install subdirectory.

Description
No description provided
Readme
Languages
C++ 95.8%
Gettext Catalog 2.5%
CMake 1.7%