aboutsummaryrefslogtreecommitdiff
path: root/README.ubuntu
diff options
context:
space:
mode:
authordteirney <dteirney@svn>2010-01-15 22:31:06 +0000
committerdteirney <dteirney@svn>2010-01-15 22:31:06 +0000
commit5a04ab32ba9d7c412e0cfdb055f9d5c076c6c0c4 (patch)
tree945f82b4734dc14da62020c319cdac01fbc962e6 /README.ubuntu
parent6153e06b120f92ef5d1382dc9855df6ac0836730 (diff)
Updated: instructions for upgrading libcurl needs to include Ubuntu 8.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
Diffstat (limited to 'README.ubuntu')
-rw-r--r--README.ubuntu4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.ubuntu b/README.ubuntu
index dadc265348..cf5d8e42cc 100644
--- a/README.ubuntu
+++ b/README.ubuntu
@@ -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