Skip to content

Commit

Permalink
fixed, xbmc does not build on hardy due to outdated libmodplug, updat…
Browse files Browse the repository at this point in the history
…e README.ubuntu to build it

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

0 comments on commit c17c841

Please sign in to comment.