aboutsummaryrefslogtreecommitdiff
path: root/README.ubuntu
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-02-17 02:52:41 +0000
committerdavilla <davilla@svn>2010-02-17 02:52:41 +0000
commit49214c4a4b3996110d8ab3493de68a21110a38c3 (patch)
tree76207f5392ee07144a9990ec6fc12dd6699f1023 /README.ubuntu
parentdd834d3944f593bc4dc45a3189fe008cda74a4e6 (diff)
libmicrohttpd is outdated on hardy, update README.ubuntu to include manual install
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27920 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r--README.ubuntu10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.ubuntu b/README.ubuntu
index 1dbd151a25..ecdb18e5aa 100644
--- a/README.ubuntu
+++ b/README.ubuntu
@@ -67,6 +67,16 @@ already in the XBMC source code tree.
# make
# sudo make install
+On 8.04 and older versions, libmicrohttpd 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 XBMC source code tree.
+ # apt-get remove libmicrohttpd-dev
+ # sudo apt-get install texinfo
+ # cd lib/libmicrohttpd
+ # ./configure
+ # make
+ # sudo make install
+
--------------------------------------------------------------
3.2. Use a single command to get all build dependencies
--------------------------------------------------------------