diff options
author | davilla <davilla@svn> | 2010-02-16 04:41:35 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-02-16 04:41:35 +0000 |
commit | f84233948bf864f608529d138f654555e9990241 (patch) | |
tree | 45f9934f5d42596053add54b4520b749e09d6f26 /README.ubuntu | |
parent | 53d34599beff7714875af71db7508caad4874552 (diff) |
fixed, make hardy info acceptable to package manager
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27873 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.ubuntu b/README.ubuntu index 26565d35ec..2b1efae87d 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -64,8 +64,9 @@ In this case you will have to manually compile the latest version. 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. + # apt-get remove libmodplug-dev # cd lib/libmodplug - # ./configure --prefix=/usr + # ./configure # make # sudo make install |