How to build Me TV from the source repository

Created by Michael Lamothe
Keywords:
build me-tv Me TV
Last updated by:
Michael Lamothe

This information is now obsolete, it's for building Me TV 1.3

Step 1: Get a version of the upstream source
====================================

> sudo apt-get install bzr
> bzr branch lp:me-tv me-tv
> cd me-tv
> ./autogen.sh

Step 2: Install Deps on Debian/Ubuntu
==============================

Install tools:

> sudo apt-get install build-essential gettext debhelper autotools-dev libxml-parser-perl pkg-config devscripts libtool intltool

Install libraries deps:

> sudo apt-get install libgnomemm-2.6-dev libgnomeuimm-2.6-dev libgtkmm-2.4-dev libgnet-dev libsqlite3-dev libvlc-dev libxine-dev libdbus-glib-1-dev libunique-dev

Step 3: Building Me TV
==================

It's best if you uninstall any other version of Me TV first to avoid confusion. Then,

> ./configure
> make
> sudo make install