Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 781C4114B2 for ; Thu, 9 May 2013 14:30:34 +0000 (UTC) Received: (qmail 58701 invoked by uid 500); 9 May 2013 14:05:24 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 58648 invoked by uid 500); 9 May 2013 14:05:23 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 52551 invoked by uid 99); 9 May 2013 14:01:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 May 2013 14:01:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 35E1488A856; Thu, 9 May 2013 14:00:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Thu, 09 May 2013 14:01:05 -0000 Message-Id: <3703c61a9f824719ab0b976faf59d5f9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/50] git commit: updated refs/heads/route-events to c33e390 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/68bf3c63 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/68bf3c63 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/68bf3c63 Branch: refs/heads/route-events Commit: 68bf3c63d0a83420706c73a7b0c4b4edce7ddc66 Parents: 78bf001 Author: Wendall Cada Authored: Wed Mar 27 15:32:30 2013 -0700 Committer: Garren Smith Committed: Thu May 9 09:59:54 2013 +0200 ---------------------------------------------------------------------- INSTALL.Unix | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/68bf3c63/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index 49f42be..f517f08 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