Updated Branches: refs/heads/1.3.x 71b6f8742 -> aeb91c74b
Adding erlang-eunit to install requirements for RedHat-based distros. Required for building mochiweb. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/aeb91c74 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/aeb91c74 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/aeb91c74 Branch: refs/heads/1.3.x Commit: aeb91c74b36562de3d4ad62917714a22262463b5 Parents: 71b6f87 Author: Wendall Cada <[email protected]> Authored: Wed Mar 27 15:32:30 2013 -0700 Committer: Wendall Cada <[email protected]> Committed: Wed Mar 27 15:36:00 2013 -0700 ---------------------------------------------------------------------- INSTALL.Unix | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/aeb91c74/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index deb7028..d74c6b4 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -94,6 +94,7 @@ You can install the dependencies by running: sudo yum install erlang-etap sudo yum install erlang-erts sudo yum install erlang-os_mon + sudo yum install erlang-eunit sudo yum install libicu-devel sudo yum install js-devel sudo yum install curl-devel
