Difference between revisions of "MythBuntu Karmic - Package Dependencies"

From MythTV Official Wiki
Jump to: navigation, search
m (Take out underscores...)
m (Building the mythtv target from trunk)
 
Line 19: Line 19:
 
  * libxxf86vm-dev
 
  * libxxf86vm-dev
 
  * libxinerama-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 =
 
= ALSA support =

Latest revision as of 19:51, 2 October 2010

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)