2012-12-09, 16:45
Hi,
Building Fetzerch's source and installing seems pretty straight forward
However, when doing a "git pull" and rebuilding, how can i be sure that my XBMC is actually running the latest pvr-addon ?
The last few days I've just rebuild after the pull and then installed via "Install from zip file", - is this enough ?
Procedure is:
Can someone verify that this is correct ?
When checking the addon-settings/configuration it always shows the same version-number for pvr.mythtv.cmyth -> "1.6.5.0"
Building Fetzerch's source and installing seems pretty straight forward
However, when doing a "git pull" and rebuilding, how can i be sure that my XBMC is actually running the latest pvr-addon ?
The last few days I've just rebuild after the pull and then installed via "Install from zip file", - is this enough ?
Procedure is:
Code:
git pull
./configure --enable-addons-with-dependencies
make clean
make zip
cp addons/pvr.mythtv.cmyth-linux-i486.zip /home/mylogin/pvr.mythtv.cmyth-linux-i486-4.zip
(renamed for keeping older versions)
(...rebuild XBMC and start XBMC...)
System -> Settings -> Addons -> "Install from zip file" and then point it to pvr....-4.zip
Can someone verify that this is correct ?
When checking the addon-settings/configuration it always shows the same version-number for pvr.mythtv.cmyth -> "1.6.5.0"