Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Updated: instructions for upgrading libcurl needs to include Ubuntu 8…
Browse files Browse the repository at this point in the history
….10 as well. Also fixed the wget command.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26889 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
dteirney committed Jan 15, 2010
1 parent 6153e06 commit 5a04ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ In this case you will have to manually compile the latest version.
# make
# sudo make install

On 8.04 and older versions, libcurl is outdated and thus XBMC will not compile properly.
On 8.10 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"
# 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
Expand Down

0 comments on commit 5a04ab3

Please sign in to comment.