Menu

Tree [b3f6b5] master /
 History

HTTPS access


File Date Author Commit
 data 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 doc 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 include 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 lib 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 m4 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 main 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 po 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 tests 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 tools 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 .project 2011-03-29 untid untid [a7c921] init e2 repository from google svn code
 AUTHORS 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 COPYING 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 ChangeLog 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 GlobalActions.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 LICENSE 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 LICENSE.GPLv2 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 Makefile.am 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 NEWS 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 Navigation.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 NavigationInstance.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 README 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 RecordTimer.py 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 ServiceReference.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 SleepTimer.py 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 __init__.py 2011-03-29 untid untid [a7c921] init e2 repository from google svn code
 autogen.sh 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 configure.ac 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 e2reactor.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 enigma2.bb 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 enigma2.pc.in 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 keyids.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 keymapparser.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 lamedb 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 mytest.py 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 plugin.py 2012-01-10 Thempra Thempra [b3f6b5] Version 1.6
 skin.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 stamp-h.in 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 timer.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 timers.xml 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 tools.py 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 userbouquet.orf.tv 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 userbouquet.premiere.tv 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 userbouquet.srgssr.tv 2011-07-01 tommy tommy [75e558] Initial import e2 from opendreambox 2011-05-20
 videoSettings.py 2011-03-29 untid untid [a7c921] init e2 repository from google svn code

Read Me

To build enigma2 on Ubuntu 10.04, follow these steps:

0.) Consider using OE to build it for a Dreambox instead.

    To build this version for a Dreambox, you will need
    a recent OE (branch "opendreambox-1.6" will do, but "3.0" won't)
    or at least a backported BitBake recipe from there.

    See http://opendreambox.org/.

    Stop reading here. It's not very useful for most people
    to build enigma2 for a PC.

1.) Install these packages:

autoconf
automake
build-essential
gettext
libdvdnav-dev
libfreetype6-dev
libfribidi-dev
libgif-dev
libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev
libjpeg62-dev
libpng12-dev
libsdl1.2-dev
libsigc++-1.2-dev
libtool
libxml2-dev
libxslt1-dev
python-dev
swig

2.) Build and install libdvbsi++:

git clone git://git.opendreambox.org/git/obi/libdvbsi++.git
cd libdvbsi++
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libdvbsi++*.deb

3.) Build and install libxmlccwrap:

git clone git://git.opendreambox.org/git/obi/libxmlccwrap.git
cd libxmlccwrap
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libxmlccwrap*.deb

4.) Build and install libdreamdvd:

git clone git://schwerkraft.elitedvb.net/libdreamdvd/libdreamdvd.git
cd libdreamdvd
dpkg-buildpackage -uc -us
cd ..
sudo dpkg -i libdreamdvd*.deb

5.) Build and install enigma2:

git clone git://git.opendreambox.org/git/enigma2.git
cd enigma2
autoreconf -i
./configure --prefix=$HOME/enigma2 --with-libsdl
make
make install

MongoDB Logo MongoDB