summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-05-08 09:46:17 +0000
committerNoah Slater <nslater@apache.org>2008-05-08 09:46:17 +0000
commit4b8d462f301472d47278a9cf59e0913d03185271 (patch)
tree7e3a16a9f805f5ab32839fc3e82573d26600cf0b /README
parentfda591cf7d4db91222d1db988f570c6039182729 (diff)
corrected ICU deb dependancy example, thanks Nick Galbreath
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@654460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e0936eb8..157f8c41 100644
--- a/README
+++ b/README
@@ -60,9 +60,9 @@ You will need the following installed:
If you are running a Debian GNU/Linux system (or a derivative such as Ubuntu
GNU/Linux) you can install the dependencies using the `apt-get` command:
- apt-get install build-essential erlang libicu36 libicu36-dev libmozjs-dev
+ apt-get install build-essential erlang libicu38 libicu-dev libmozjs-dev
-If you get an error regarding the `libicu36` or `libicu36-dev` be sure to check
+If you get an error regarding the `libicu38` or `libicu-dev` be sure to check
the version used by your distribution (using `apt-cache search libicu`) and
install those packages instead.