From fb308fccbd742006a44a4d215c07facdeaa5422b Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 24 Jun 2015 07:37:50 +0000 Subject: Add openjdk-7-source to the install guide for Ubuntu This is a dependency due to issue #69. -- MOS_MIGRATED_REVID=96751552 --- site/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/install.md b/site/docs/install.md index d5577cd390..4bcf3d04bd 100644 --- a/site/docs/install.md +++ b/site/docs/install.md @@ -35,7 +35,7 @@ To build Bazel on Ubuntu: **Ubuntu Utopic (14.10) and Trusty (14.04 LTS).** To install OpenJDK 7: ``` -$ sudo apt-get install openjdk-7-jdk +$ sudo apt-get install openjdk-7-jdk openjdk-7-source ``` #### 2. Set the `JAVA_HOME` environment variable. -- cgit v1.2.3