Skip to content

stanionascu/pvr.kartina.tv

Repository files navigation

KARTINA TV

Kartina TV PVR client addon for Kodi

Build instructions

To clone:

git clone https://github.com/stanionascu/pvr.kartina.tv.git
cd pvr.kartina.tv && mkdir build && cd build

To generate project files and build:

cmake /path/to/xbmc/project/cmake/addons \
	-DADDONS_TO_BUILD=pvr.kartina.tv \
	-DADDON_SRC_PREFIX=/path/to/addon/parent/dir \
	-DCMAKE_INSTALL_PREFIX=/path/where/to/install
cmake --build .

When targeting Windows add -G"Visual Studio 12 2013" to generate Visual Studio solution. More on CMake Generators.

Alternative

git clone https://github.com/stanionascu/xbmc.git
cd xbmc/project/cmake/addons && mkdir build && cd build
cmake .. \
	-DADDONS_TO_BUILD=pvr.kartina.tv \
	-DCMAKE_INSTALL_PREFIX=/path/where/to/install
cmake --build .

Useful links

Other useful links

Some cmake/depends scripts for jsoncpp come from pvr.argustv

About

Kodi PVR addon for Kartina.TV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published