From c28b0348973fca7e9675a05949626aa972a6fafc Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sat, 11 Oct 2008 00:49:55 +0000 Subject: added note about libcurl to the readme git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703619 13f79535-47bb-0310-9956-ffa450edef68 --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4ec7c11c..ec9390c4 100644 --- a/README +++ b/README @@ -63,6 +63,7 @@ To build and install apache CouchDB you will need the following installed: * ICU (http://icu.sourceforge.net/) * OpenSSL (http://www.openssl.org/) * Mozilla SpiderMonkey (http://www.mozilla.org/js/spidermonkey/) + * libcurl (http://curl.haxx.se/libcurl/) * GNU Make (http://www.gnu.org/software/make/) * GNU Compiler Collection (http://gcc.gnu.org/) @@ -72,7 +73,7 @@ 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 + apt-get install build-essential erlang libicu38 libicu-dev libmozjs-dev libcurl-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 @@ -89,7 +90,7 @@ the Xcode Tools metapackage by running the following command: We recommend that you satisfy the other dependancies by installing [MacPorts][07] and running the following command: - port install icu erlang spidermonkey + port install icu erlang spidermonkey curl Note: Don't forget to open a new terminal after you have installed MacPorts as it updates your PATH and you will not be able to run the `port` command -- cgit v1.2.3