diff options
author | spiff_ <spiff_@svn> | 2009-12-13 04:41:36 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2009-12-13 04:41:36 +0000 |
commit | b0782dce0d56eae2ab07468be9e68a12c5950140 (patch) | |
tree | 654cf4fb4fbf6e966d7cb5469eadbefc12801375 /README.ubuntu | |
parent | 744b2c47b934942ac3b56f651178e5c57cb8a56d (diff) |
added: build asap codec inline. needs attention on osx/win32. note: needs gdc and fpc so we might consider making it optional
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25625 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.ubuntu b/README.ubuntu index c26c3c541a..ebf6b4cf65 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -41,7 +41,7 @@ Two methods exist to install the required Ubuntu packages : For Ubuntu (all versions >= 7.04): - # sudo aptitude install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbis-dev libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev + # sudo aptitude install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbis-dev libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc On 8.04 and older versions, libmms is outdated and thus XBMC will not compile properly. In this case you will have to manually compile the latest version. |