mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add missing build dependencies.
Add `apt-get install` lines for R dependencies that are needed to build successfully.
This commit is contained in:
parent
7241348cff
commit
aa581c145b
1 changed files with 2 additions and 0 deletions
|
|
@ -254,6 +254,8 @@ sudo apt-get install git
|
|||
sudo apt-get install openjdk-7-jdk
|
||||
sudo apt-get install npm
|
||||
sudo apt-get install libfontconfig
|
||||
sudo apt-get install r-base-dev
|
||||
sudo apt-get install r-cran-evaluate
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue