aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-24 07:37:50 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-24 12:08:28 +0000
commitfb308fccbd742006a44a4d215c07facdeaa5422b (patch)
tree2301e64f7723bc04c14d1d6ecd7da7bc6ffacbea /site
parent36077ffdab207706989d96216c5fb843e72a66f9 (diff)
Add openjdk-7-source to the install guide for Ubuntu
This is a dependency due to issue #69. -- MOS_MIGRATED_REVID=96751552
Diffstat (limited to 'site')
-rw-r--r--site/docs/install.md2
1 files changed, 1 insertions, 1 deletions
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.