diff options
author | davilla <davilla@svn> | 2010-01-15 07:15:30 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-01-15 07:15:30 +0000 |
commit | 205486b12a35f145314df1b3f55d8088b4c242c7 (patch) | |
tree | 1dc2fb7a1e3a185172b4e27f91a787bf75c4346b /README.ubuntu | |
parent | e6bfae2105989700331fa6fc1db2ffc2609fd4fc (diff) |
update README.ubuntu with libcurl build info for Ubuntu 8.04
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26853 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.ubuntu b/README.ubuntu index ebf6b4cf65..dadc265348 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -51,6 +51,16 @@ In this case you will have to manually compile the latest version. # ./configure --prefix=/usr # make # sudo make install + +On 8.04 and older versions, libcurl is outdated and thus XBMC will not compile properly. +In this case you will have to manually compile the latest version. + # wget "wget http://curl.sourceforge.net/download/curl-7.19.7.tar.gz" + # tar -xzf curl-7.19.7.tar.gz + # cd curl-7.19.7 + # ./configure --disable-ipv6 --without-libidn --without-libssh2 --disable-ldap --prefix=/usr + # make + # sudo make install + -------------------------------------------------------------- 3.2. Use a single command to get all build dependencies -------------------------------------------------------------- |