From 87ff6da9038ee7d8e8d0c4e78741a01375cec92b Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sat, 11 Oct 2008 17:58:22 +0000 Subject: updated install instructions for ubuntu libcurl package git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703697 13f79535-47bb-0310-9956-ffa450edef68 --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index ec9390c4..41b84a75 100644 --- a/README +++ b/README @@ -73,11 +73,14 @@ Debian-based (inc. Ubuntu) Systems 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 libicu38 libicu-dev libmozjs-dev libcurl-dev + apt-get install build-essential erlang libicu38 libicu-dev libmozjs-dev \ + libcurl4-openssl-dev 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. +install those packages instead. `libcurl4-openssl-dev` is the current version of +`libcurl-dev` supplied by Ubuntu. You may need to specify an alternate package +name for libcurl bindings. OS X ++++ @@ -128,8 +131,8 @@ configuration files you should run the following command: sudo make && yes | sudo make install -Note: The use of the `sudo` command is only required if you are installing into a -system owned directory. You do not need to do this if you are installing +Note: The use of the `sudo` command is only required if you are installing into +a system owned directory. You do not need to do this if you are installing elsewhere, such as your home directory. If you are having problems running `make` you may want to try running `gmake` if -- cgit v1.2.3