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:53 UTC

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

Add missing dependency for basic build.

On CentOS (Tested on 7.3) erlang-erl_interface needs to be explicitly
installed for the build process to even start.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/875d45df
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/875d45df
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/875d45df

Branch: refs/heads/master
Commit: 875d45dfb1058c191ad932a48dfc47bee1445374
Parents: b22d319
Author: Lars Goldschlager <la...@gmail.com>
Authored: Thu Jan 19 10:37:05 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/875d45df/src/install/unix.rst
----------------------------------------------------------------------
diff --git a/src/install/unix.rst b/src/install/unix.rst
index 7da47ae..6de0181 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -71,7 +71,7 @@ You can install the dependencies by running::
 
     sudo yum install autoconf autoconf-archive automake \
         curl-devel erlang-asn1 erlang-erts erlang-eunit \
-        erlang-os_mon erlang-xmerl help2man \
+        erlang-os_mon erlang-xmerl erlang-erl_interface help2man \
         js-devel-1.8.5 libicu-devel libtool perl-Test-Harness
 
 While CouchDB builds against the default js-devel-1.7.0 included in some