Skip to content
/ Enigma2 Public

My personal enigma2 repository, openpli based

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
GPL-2.0
LICENSE.GPLv2
Notifications You must be signed in to change notification settings

libo/Enigma2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3d3c68 · Jan 29, 2011
Jan 19, 2011
Oct 6, 2010
Nov 16, 2010
Jan 29, 2011
Nov 16, 2010
Jan 26, 2011
Jan 26, 2011
Aug 18, 2009
Jan 2, 2011
Nov 16, 2010
Oct 17, 2003
Nov 16, 2010
Oct 17, 2003
Jan 15, 2006
Sep 23, 2009
Jan 5, 2006
Jan 11, 2011
Oct 17, 2003
Apr 3, 2010
May 16, 2005
Nov 17, 2010
Oct 16, 2010
Oct 16, 2010
Jun 23, 2008
Nov 16, 2010
Jan 20, 2011
Nov 10, 2008
Jan 8, 2011
Dec 1, 2010
Jun 7, 2006
Jan 7, 2010
Dec 21, 2005
Dec 30, 2010
Dec 30, 2010
Oct 17, 2003
Feb 17, 2010
Nov 8, 2005
Oct 29, 2005
Oct 29, 2005
Oct 29, 2005
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
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 enigma2:

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

About

My personal enigma2 repository, openpli based

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
GPL-2.0
LICENSE.GPLv2

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published