June 30, 2008

How-To: Install MythTV in Debian Lenny

Add the Debian multimedia repositories into your /etc/apt/sources.list file:

deb http://debian-multimedia.org/ lenny main
deb-src http://debian-multimedia.org/ lenny main

Next, fetch the dependencies needed to compile MythTV:

apt-get update
apt-get build-dep mythtv

Download the source from here, uncompress and issue the usual:

./configure
make
make install

The last one as root.

Updated: Jun 30, 2008 (Created: Jun 29, 2008)

No comments: