aboutsummaryrefslogtreecommitdiff
path: root/README.ubuntu
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-02-16 04:22:52 +0000
committerdavilla <davilla@svn>2010-02-16 04:22:52 +0000
commitc17c841352743c3064243f63565c20685a4ee149 (patch)
tree67d969548ec2ef61f866cd7215a1f8253e0001d0 /README.ubuntu
parentecdcd65c68b513979eb9d74c02d7e4f0b2df30bb (diff)
fixed, xbmc does not build on hardy due to outdated libmodplug, update README.ubuntu to build it
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27871 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r--README.ubuntu8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.ubuntu b/README.ubuntu
index ae760bbcda..26565d35ec 100644
--- a/README.ubuntu
+++ b/README.ubuntu
@@ -61,6 +61,14 @@ In this case you will have to manually compile the latest version.
# make
# sudo make install
+On 8.04 and older versions, libmodplug is outdated and thus XBMC will not compile properly.
+In this case you will have to manually compile the latest version. Luckly the source is
+already in the xbcm source code tree.
+ # cd lib/libmodplug
+ # ./configure --prefix=/usr
+ # make
+ # sudo make install
+
--------------------------------------------------------------
3.2. Use a single command to get all build dependencies
--------------------------------------------------------------