Changes RSS

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== Enlightenment DR17 on Intrepid Ibex ====== This is a follow-up on my [[e17-hardy|e17 on Ubuntu Hardy]] walkthrough, updated for Ubuntu 8.10 Intrepid Ibex. The reason for a separate walk-through, as opposed to updating the old one, is that I want to keep the Hardy-instructions, in case someone wants or needs to use that version of Ubuntu. Also, this edition of the walk-through concentrates on e17 only, and does not confuse by first telling how to set up a quad-head :P ===== Needed environment to build/compile ===== ==== # Base compile support and tools ==== sudo apt-get install \ bzip2 \ less \ build-essential \ libtool \ bison \ flex \ automake1.9 \ autoconf \ gettext ==== # Base code management ==== sudo apt-get install \ pkg-config \ cvs \ subversion ==== # Base libs ==== sudo apt-get install \ libbz2-dev \ autotools-dev \ libssl-dev ==== # X11 lib basics ==== sudo apt-get install \ libx11-dev \ x11proto-xext-dev ==== # Various support libs ==== sudo apt-get install \ libltdl3-dev \ libpopt-dev \ libcurl4-openssl-dev \ libsqlite3-dev \ libxslt-dev ==== # Imaging and rendering libs ==== sudo apt-get install \ libpng12-dev \ libtiff4-dev \ libungif4-dev \ libjpeg62-dev \ libfreetype6-dev \ libimlib2-dev \ libxml2-dev \ libxcursor-dev \ libgtk1.2-dev \ giblib-dev \ libxmu-dev ==== # X11 extension libraries ==== sudo apt-get install \ libxkbfile-dev \ libxdamage-dev \ libxcomposite-dev \ libxinerama1 \ libxinerama-dev ==== # Desktop environment and multimedia libs ==== sudo apt-get install \ libdbus-1-dev \ libtag1-dev \ libtagc0-dev \ libxine-dev \ libasound2-dev \ libmpd \ libmpd-dev \ libtheora0 \ libtheora-dev \ libid3tag0-dev ===== Build-tool for e17 (easy_e17.sh) ===== mkdir -p compile/e17 cd ~/compile/e17 wget http://omicron.homeip.net/projects/easy_e17/easy_e17.sh ===== Configuration and use of easy_e17.sh. ===== cd ~/compile/e17 vim easy_e17.sh My changes to the file are ...... to be documented... chmod 755 easy_e17.sh ./easy_e17.sh -i