You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2013/03/14 23:40:18 UTC

git commit: COUCHDB-1704: Add RedHat distro build dependencies to docs

Updated Branches:
  refs/heads/1.3.x 23401e4ff -> 341e8bffd


COUCHDB-1704: Add RedHat distro build dependencies to docs


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

Branch: refs/heads/1.3.x
Commit: 341e8bffd19ae1701baaa6a536e7b19ef7e89eca
Parents: 23401e4
Author: Wendall Cada <we...@83864.com>
Authored: Mon Mar 11 17:22:05 2013 -0700
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Thu Mar 14 23:39:29 2013 +0100

----------------------------------------------------------------------
 DEVELOPERS   |   11 +++++++++++
 INSTALL.Unix |   21 +++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/341e8bff/DEVELOPERS
----------------------------------------------------------------------
diff --git a/DEVELOPERS b/DEVELOPERS
index d088e1d..4ecd71f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -61,6 +61,17 @@ Optional dependencies:
     sudo apt-get install texinfo
     sudo apt-get install gnupg
 
+RedHat-based (Fedora, Centos, RHEL) Systems
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    sudo yum install help2man
+    sudo yum install python-sphinx
+    sudo yum install python-docutils
+    sudo yum install python-pygments
+    sudo yum install texlive-latex
+    sudo yum install texlive-latex-fonts
+    sudo yum install texinfo
+    sudo yum install gnupg
+
 Mac OS X
 ~~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/341e8bff/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 50fe38a..deb7028 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -80,6 +80,27 @@ For up to date instructions, please see:
 
 Unfortunately, it seems that installing dependencies on Ubuntu is troublesome.
 
+RedHat-based (Fedora, Centos, RHEL) Systems
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can install the dependencies by running:
+
+    sudo yum groupinstall "Development Tools"
+    sudo yum install autoconf
+    sudo yum install autoconf-archive
+    sudo yum install automake
+    sudo yum install libtool
+    sudo yum install perl-Test-Harness
+    sudo yum install erlang-etap
+    sudo yum install erlang-erts
+    sudo yum install erlang-os_mon
+    sudo yum install libicu-devel
+    sudo yum install js-devel
+    sudo yum install curl-devel
+
+While CouchDB builds against the default js-devel-1.7.0 included in some
+distributions, it's recommended to use a more recent js-devel-1.8.5.
+
 Mac OS X
 ~~~~~~~~