TIME SENSITIVE: We need your help to fill out the XBMC PVR wiki page
#27
I compiled XBMC with PVR addon and Tvheadend, with the sources from 30/9 on Ubuntu 12.10 Beta2.
It is working fine.
I do not know if this is the correct way, but these are the steps I made:

- git clone git://github.com/xbmc/xbmc.git

- git clone git://github.com/opdenkamp/xbmc-pvr-addons.git
- in xbmc-pvr-addons I made the following
- ./bootstrap
- ./configure --prefix=/home/user/xbmc
- make install

- In xbmc I compiled and installed with
- ./bootstrap
- ./configure
- make -j4
- sudo make install

- Then I went back to xbmc-pvr-addons and made
- ./configure
- make zip
- I got 6 zip archives in xbmc-pvr-addons/addons. I unpacked pvr.hts-linux-x86_64.zip and copied pvr.hts to /usr/local/share/xbmc/addons to replace the existing one.

- git clone https://github.com/tvheadend/tvheadend.git
- in tvheadend I compiled and installed with
- ./configure
- make
- sudo make install

After configuring Tvheadend and XBMC it worked fine.
Reply


Messages In This Thread
RE: TIME SENSITIVE: We need your help to fill out the XBMC PVR wiki page - by P-I H - 2012-10-02, 16:25
Logout Mark Read Team Forum Stats Members Help
TIME SENSITIVE: We need your help to fill out the XBMC PVR wiki page1