2013-09-26, 01:19
Got it (Myth 0.27) working with Gotham alpha 7:
-> Change line 9 from 1.8.0 to 1.8.1
Install zip file from /tmp
Code:
sudo apt-get install autoconf libtool g++
sudo apt-get install libboost-all-dev libmysqlclient-dev
wget https://github.com/fetzerch/xbmc-pvr-addons/archive/master.zip
unzip master.zip
cd xbmc-pvr-addons-master
nano addons/pvr.mythtv.cmyth/addon/addon.xml
Code:
./bootstrap
./configure --enable-addons-with-dependencies
make zip
cp addons/pvr.mythtv.cmyth-linux-x86_64.zip /tmp
Install zip file from /tmp