[
https://issues.apache.org/jira/browse/KUDU-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun He updated KUDU-1822:
-------------------------
Fix Version/s: 1.2.0
> Update docs to build the documentation in ubuntu
> ------------------------------------------------
>
> Key: KUDU-1822
> URL: https://issues.apache.org/jira/browse/KUDU-1822
> Project: Kudu
> Issue Type: Bug
> Components: documentation
> Environment: Ubuntu 14.04
> Reporter: Jun He
> Assignee: Jun He
> Priority: Minor
> Fix For: 1.2.0
>
>
> To build documentation from Ubuntu, the installation instruction says
> {code}
> sudo apt-get install xsltproc zlib1g-dev
> {code}
> But I found that it didn't work for Ubuntu 14.04 as two packages, gem and
> ruby-dev are missed.
> We should update the document to include both, i.e.
> {code}
> sudo apt-get install xsltproc zlib1g-dev gem ruby-dev
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)