Skip to content

Commit

Permalink
libmicrohttpd is outdated on hardy, update README.ubuntu to include m…
Browse files Browse the repository at this point in the history
…anual install

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27920 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
davilla committed Feb 17, 2010
1 parent dd834d3 commit 49214c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------
Expand Down

0 comments on commit 49214c4

Please sign in to comment.