You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/01/05 19:22:27 UTC

[2/3] kudu git commit: KUDU-1822. Update docs to build the documentation in ubuntu

KUDU-1822. Update docs to build the documentation in ubuntu

Include two packages, gem and ruby-dev, in the instruction to
build documentations for Ubutnu.

Change-Id: I474a0ffd61b4c50b0c0b5885a4e615679b4ae630
Reviewed-on: http://gerrit.cloudera.org:8080/5608
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/master
Commit: bdd8e484d48b927f56b1379abddb2568cac47941
Parents: 286f235
Author: Jun He <ju...@gmail.com>
Authored: Thu Jan 5 00:44:11 2017 -0800
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Jan 5 14:51:09 2017 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/bdd8e484/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index d154a44..e66f8c5 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -370,7 +370,7 @@ $ sudo apt-get install autoconf automake curl g++ gcc gdb git \
 . Optional: Install additional packages to build the documentation
 +
 ----
-$ sudo apt-get install xsltproc zlib1g-dev
+$ sudo apt-get install xsltproc zlib1g-dev gem ruby-dev
 ----
 
 . Clone the Git repository and change to the new `kudu` directory.