3PO / epgd-plugin-tvm

TVM loader Plugin for EPGd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epgd-plugin-tvm

epgd-plugin-tvm

TVM loader Plugin for EPGd.

Clone into the "PLUGINS" directory of your epgd source and build.

Here's an example:

cd </YOUR/EPGD_SOURCE/DIRECTORY>
cd PLUGINS
git clone https://github.com/3PO/epgd-plugin-tvm tvm
cd ..
make
make install

Gentoo/Gen2VDR:

Simply use the Overlay:

https://github.com/3PO/3PO-overlay

Arch Linux:

  • ToDo

yaVDR:

sudo apt-get install build-essential devscripts
sudo apt-get build-dep vdr-epg-daemon
mkdir -p ~/src/epgd
cd  ~/src/epgd
apt-get source vdr-epg-daemon
cd vdr-epg-daemon*
git clone https://github.com/3PO/epgd-plugin-tvm PLUGINS/tvm
dch -l local "added plugin tvm"
dpkg-buildpackage -b -us -uc
sudo dpkg -i ../*.deb

About

TVM loader Plugin for EPGd


Languages

Language:C 54.5%Language:XSLT 32.6%Language:C++ 9.2%Language:Makefile 3.0%Language:Shell 0.7%