GitHub user jan0sch opened a pull request: https://github.com/apache/zeppelin/pull/2674
Add missing build dependencies. Add `apt-get install` lines for R dependencies that are needed to build successfully. ### What is this PR for? This pull request adds installation instructions for building which relate to missing dependencies resulting in failing to build (if using R). ### What type of PR is it? [Documentation] You can merge this pull request into a Git repository by running: $ git pull https://github.com/wegtam/zeppelin docs-missing-build-deps Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2674.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2674 ---- commit dd536421c372d4eaa16c3b854ed099a93b48099a Author: Jens Grassel <j...@wegtam.com> Date: 2017-11-16T11:09:35Z Add missing build dependencies. Add `apt-get install` lines for R dependencies that are needed to build successfully. ---- ---