aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
--------------------------------------------------------------