From 6ad89458e5f23aab8db40b4d50685e85d43b45b0 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Tue, 23 Aug 2016 10:31:00 +0100 Subject: Recommend installing the full 'erlang' package to ensure builds succeed --- INSTALL.Unix.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'INSTALL.Unix.md') 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. -- cgit v1.2.1