[LINUX] [HOW TO] Build PVR for Mythtv
#1
This is a very simple uncluttered guide to building XBMC PVR with Mythtv integration.

Ensure ALL build dependancies are upto date:

http://wiki.xbmc.org/index.php?title=HOW...ource_code

Get XBMC:

Code:
sudo apt-get install git-core

git clone https://github.com/dteirney/xbmc.git

cd xbmc

git branch -a

git checkout remotes/origin/pvr


Configure and Build:

Code:
./bootstrap

./configure

make -j2

sudo make install

UPDATING:

Code:
git pull [url]https://github.com/dteirney/xbmc.git[/url]

if you spot any mistakes or have any recommendations please PM me.

Thanks,

Dubstar_04
All Things PVR
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] [HOW TO] Build PVR for Mythtv0