diff options
author | theuni <theuni@svn> | 2010-02-18 16:24:05 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-02-18 16:24:05 +0000 |
commit | e287968a0394bb9889cc1e83e26a336932192a51 (patch) | |
tree | 4a650ef840f640e3902a92ad5926c84d07d772aa /README.ubuntu | |
parent | e2c9e36259e47916d7346f4d02203ba04c30caca (diff) |
fixed: delete exported function so that older distros don't choke on libmodplug. should fix hardy/intrepid compile.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27946 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/README.ubuntu b/README.ubuntu index 1dbd151a25..636dc8bc4c 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -58,15 +58,6 @@ 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 XBMC source code tree. - # apt-get remove libmodplug-dev - # cd lib/libmodplug - # ./configure - # make - # sudo make install - -------------------------------------------------------------- 3.2. Use a single command to get all build dependencies -------------------------------------------------------------- |