summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Kastelijn <github@kastelijn.nu>2014-11-02 14:47:58 +0100
committerAlexander Shorin <kxepal@apache.org>2014-11-02 17:00:47 +0300
commita5634846a84b493c3ab3a580e6bcc845fd15fa5f (patch)
treeb99e3e317fd2152c5aff686e563614128579a895
parent0563b5d6dd6f9bb08d03cb57c3e23339e967dca5 (diff)
downloadcouchdb-a5634846a84b493c3ab3a580e6bcc845fd15fa5f.tar.gz
Add erlang-rebar dependency for Fedora systems to INSTALL.Unix
This closes #276 Signed-off-by: Alexander Shorin <kxepal@apache.org>
-rw-r--r--INSTALL.Unix1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.Unix b/INSTALL.Unix
index f66f98cf0..8424d5fa6 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