Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 990AA200C54 for ; Wed, 8 Mar 2017 03:08:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 97C2C160B68; Wed, 8 Mar 2017 02:08:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E374B160B74 for ; Wed, 8 Mar 2017 03:08:52 +0100 (CET) Received: (qmail 43585 invoked by uid 500); 8 Mar 2017 02:08:52 -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 43457 invoked by uid 99); 8 Mar 2017 02:08:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 02:08:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F387FDFF39; Wed, 8 Mar 2017 02:08:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vatamane@apache.org To: commits@couchdb.apache.org Date: Wed, 08 Mar 2017 02:08:52 -0000 Message-Id: <689eebda2c0c4415ab93f67774635767@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] documentation commit: updated refs/heads/master to 3f7ee18 archived-at: Wed, 08 Mar 2017 02:08:53 -0000 gcc-c++ required for Jiffy To build Jiffy (which is part of the basic release build) in CentOS (tested on 7.3) the c++ tool which is part of gcc-c++ is required, gcc-c++ is not pulled in with the rest of the toolchain deps during the basic dep install so it needs to be included manually. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/b6cd0ad0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/b6cd0ad0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/b6cd0ad0 Branch: refs/heads/master Commit: b6cd0ad072a9c86c38ca2ea8c760ae4d060ff1e8 Parents: 875d45d Author: Lars Goldschlager Authored: Thu Jan 19 10:40:07 2017 -0400 Committer: Nick Vatamaniuc Committed: Tue Mar 7 21:05:32 2017 -0500 ---------------------------------------------------------------------- src/install/unix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/b6cd0ad0/src/install/unix.rst ---------------------------------------------------------------------- diff --git a/src/install/unix.rst b/src/install/unix.rst index 6de0181..bf93ac6 100644 --- a/src/install/unix.rst +++ b/src/install/unix.rst @@ -70,7 +70,7 @@ RedHat-based (Fedora, Centos, RHEL) Systems You can install the dependencies by running:: sudo yum install autoconf autoconf-archive automake \ - curl-devel erlang-asn1 erlang-erts erlang-eunit \ + curl-devel erlang-asn1 erlang-erts erlang-eunit gcc-c++ \ erlang-os_mon erlang-xmerl erlang-erl_interface help2man \ js-devel-1.8.5 libicu-devel libtool perl-Test-Harness