Repository: incubator-zeppelin Updated Branches: refs/heads/master 0748b4d8a -> 669897d46
Update modules prerequisites Need to install libfontconfig as well Author: Romi Kuntsman <[email protected]> Closes #342 from romi-totango/patch-1 and squashes the following commits: 7f057c3 [Romi Kuntsman] Update modules prerequisites Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/669897d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/669897d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/669897d4 Branch: refs/heads/master Commit: 669897d466bf1c8c022e190e05df416867ee8a96 Parents: 0748b4d Author: Romi Kuntsman <[email protected]> Authored: Wed Oct 14 15:49:17 2015 +0300 Committer: Lee moon soo <[email protected]> Committed: Thu Oct 22 14:09:10 2015 +0900 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/669897d4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 799660a..b2beaa4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ sudo apt-get install openjdk-7-jdk sudo apt-get install git sudo apt-get install maven sudo apt-get install npm +sudo apt-get install libfontconfig ``` ### Build
