~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to README.armel

  • Committer: elupus
  • Date: 2010-11-15 21:33:04 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:35279
removed: dependency on libfaac which doesn't seem to be used anywhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
        -----------------------------------------------------------------------------
213
213
 
214
214
        For Ubuntu: See README.linux for list of packages to install.
215
 
        The known packages not to work are: libfaac-dev (use libfaad-dev instead)
216
215
        If planning on not extracting the pkgs file, a few additional packages are required to be installed.
217
216
        These are python and liblzo2
218
217
 
219
218
        For Angstrom:
220
219
                # opkg update
221
 
                # opkg install subversion make g++ gcc gawk pmount libtool automake gperf unzip bison libsdl-1.2-dev libsdl-image-1.2-dev libsdl-gfx-dev libsdl-mixer-1.2-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmad-dev libogg-dev libvorbis-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libjasper-dev libfontconfig-dev boost-dev libfaac-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev libsamplerate0-dev
 
220
                # opkg install subversion make g++ gcc gawk pmount libtool automake gperf unzip bison libsdl-1.2-dev libsdl-image-1.2-dev libsdl-gfx-dev libsdl-mixer-1.2-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmad-dev libogg-dev libvorbis-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libjasper-dev libfontconfig-dev boost-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev libsamplerate0-dev
222
221
        
223
222
        Unfortunately this will only install the packages that are available through opkg. There will be further packages that need to be installed.
224
223
        Either use the method mentioned below, or selectively find and install packages, mentioned at the bottom of this README.