MythTV PVR/BuildFromSource

From Official Kodi Wiki
< MythTV PVR
Revision as of 23:50, 30 December 2016 by Janbar (talk | contribs)
Jump to navigation Jump to search

Branches

KODI PVR addons like the MythTV addon are not compatible with all versions of KODI (due to the PVR API version dependency). The addon repositories have different branches for the different KODI versions. Use git checkout <BRANCH> after cloning the repository to switch to the according branch before starting the build.

Build MythTV addon on Ubuntu

  • Install build utilities/libraries
sudo apt-get install git
sudo apt-get install build-essential automake autoconf checkinstall
sudo apt-get install bison flex libtool intltool zip cmake

Build instructions are included in file README.md from source.

Build MythTV addon on OSX

Build instructions are included in file README.md from source.

Build MythTV addon on Windows®

  • Install latest git console tool for Windows®.
  • Install the required version of Visual® C++ Desktop depending of Kodi version.
  • Install latest cmake tool for Windows®.

Build instructions are included in file README.md from source.