diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-10-11 00:49:55 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-10-11 00:49:55 +0000 |
commit | c28b0348973fca7e9675a05949626aa972a6fafc (patch) | |
tree | efd670ca28a72af5e91c961cdac8a23175274e48 | |
parent | 6b5676f0929b5f5da3e37e985484494bf3675b94 (diff) |
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
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |