You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2017/01/05 08:35:58 UTC

[jira] [Created] (KUDU-1822) Update docs to build the documentation in ubuntu

Jun He created KUDU-1822:
----------------------------

             Summary: 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


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)