From 4b8d462f301472d47278a9cf59e0913d03185271 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 8 May 2008 09:46:17 +0000 Subject: 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 --- README | 4 ++-- 1 file 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. -- cgit v1.2.3