You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/08 02:08:52 UTC

[2/5] documentation commit: updated refs/heads/master to 3f7ee18

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 <la...@gmail.com>
Authored: Thu Jan 19 10:40:07 2017 -0400
Committer: Nick Vatamaniuc <va...@apache.org>
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