aboutsummaryrefslogtreecommitdiff
path: root/README.ubuntu
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-01-25 04:44:06 +0000
committerdavilla <davilla@svn>2010-01-25 04:44:06 +0000
commit67954ce9f5af4ff6679ef3d33d02b613a5cdc4c2 (patch)
treee453228a172977a1460a6cdebe3c9fb4e14259ac /README.ubuntu
parent3a4444e9892bc327bf28f0b9a53a3d27024c11c4 (diff)
update install for hardy, needs libmms-0.5 as libmms-0.4 uses reserved c++ keywords, silly rabbits.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27154 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r--README.ubuntu6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.ubuntu b/README.ubuntu
index c4e39ded4f..4343c8ac74 100644
--- a/README.ubuntu
+++ b/README.ubuntu
@@ -45,9 +45,9 @@ For Ubuntu (all versions >= 7.04):
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.
- # wget "http://launchpad.net/libmms/trunk/0.4/+download/libmms-0.4.tar.gz"
- # tar zxvf libmms-0.4.tar.gz
- # cd libmms-0.4
+ # wget "http://launchpad.net/libmms/trunk/0.5/+download/libmms-0.5.tar.gz"
+ # tar zxvf libmms-0.5.tar.gz
+ # cd libmms-0.5
# ./configure --prefix=/usr
# make
# sudo make install