diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-10-11 17:58:22 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-10-11 17:58:22 +0000 |
commit | 87ff6da9038ee7d8e8d0c4e78741a01375cec92b (patch) | |
tree | b1effec27a1049d9e40c9e53d0c1359ad817f810 | |
parent | 75a082071360f3c5bd6b56cdda0ba1b17038c745 (diff) |
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
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |