Skip to content

metaron-uk/pvr.mythtv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverity Scan Build Status

Building

Linux, BSD, OSX

Start by creating a build folder

mkdir -p build
rm -rf build/*
cd build/

To build PVR addon execute the following:

cmake -DCMAKE_BUILD_TYPE=Release -DPACKAGE_ZIP=ON ../
make

Finally generate the individual ZIP archive (which can then be installed manually):

make package

Windows

Run cmake GUI and create the VC project in a dedicated folder. Open the generated solution pvr.mythtv.sln in Visual C++, then generate the target BUILDALL. Finally generate the target PACKAGE to create the individual ZIP archive.

About

MythTV PVR for Kodi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.2%
  • C 38.6%
  • Assembly 4.3%
  • Ada 2.7%
  • Pascal 2.1%
  • C# 1.7%
  • Other 4.4%