MythBuntu Karmic - Package Dependencies

From MythTV Official Wiki
Jump to: navigation, search

This is a work in progress...

* It may not be complete, yet
* It is based on my configure options

Build and Compilation Environment

* subversion
* g++

Building the mythtv target from trunk

(Mythfrontend/Mythbackend, the libraries)

* qt4-qmake
* libfreetype6-dev
* libmp3lame-dev
* libqt4-dev
* libxxf86vm-dev
* libxinerama-dev

These can be installed with

* sudo apt-get install qt4-qmake libfreetype6-dev libmp3lame-dev libqt4-dev libxxf86vm-dev libxinerama-dev libasound2-dev pkg-config

ALSA support

(the build defaults to OSS, I wanted ALSA)

* libasound2-dev

The mythplugins target from trunk

(./configure --enable mythnetvision)

* python-pycurl

This document is based on

* Ubuntu Feisty - Package Dependencies

Dependencies (Building from source)