summaryrefslogtreecommitdiff
path: root/INSTALL.Unix.md
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2016-08-23 10:31:00 +0100
committerRobert Newson <rnewson@apache.org>2016-08-23 10:31:00 +0100
commit6ad89458e5f23aab8db40b4d50685e85d43b45b0 (patch)
tree4468cad19027b1de566ec1112202e865117a15b3 /INSTALL.Unix.md
parentdbc5abc1f8ab84717bce4990a9f22fd2fa2187d2 (diff)
downloadcouchdb-6ad89458e5f23aab8db40b4d50685e85d43b45b0.tar.gz
Recommend installing the full 'erlang' package to ensure builds succeed
Diffstat (limited to 'INSTALL.Unix.md')
-rw-r--r--INSTALL.Unix.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index 3ebad6ec9..643dddbbe 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -61,15 +61,9 @@ Debian-based Systems
You can install the dependencies by running:
- sudo apt-get install build-essential erlang-base \
- erlang-dev erlang-manpages erlang-eunit erlang-nox \
- libicu-dev libmozjs185-dev libcurl4-openssl-dev \
- pkg-config
-
-There are lots of Erlang packages. If there is a problem with your
-install, try a different mix. There is more information on the
-wiki. Additionally, you might want to install some of the optional
-Erlang tools which may also be useful.
+ sudo apt-get --no-install-recommends -y install \
+ build-essential pkg-config erlang \
+ libicu-dev libmozjs185-dev libcurl4-openssl-dev
Be sure to update the version numbers to match your system's available
packages.