From c534bc5911389abfc51d069783905341e6e8c19b Mon Sep 17 00:00:00 2001 From: Egon Kastelijn Date: Sun, 2 Nov 2014 14:47:58 +0100 Subject: [PATCH] ./configure calls 'rebar'. On Fedora systems you need the erlang-rebar RPM for this. Added this to the INSTALL.Unix --- INSTALL.Unix | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.Unix b/INSTALL.Unix index f66f98cf0bd..8424d5fa650 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -103,6 +103,7 @@ You can install the dependencies by running: sudo yum install erlang-eunit sudo yum install erlang-os_mon sudo yum install erlang-xmerl + sudo yum install erlang-rebar sudo yum install help2man sudo yum install js-devel sudo yum install libicu-devel