aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-os-x.md
diff options
context:
space:
mode:
authorGravatar steren <steren@google.com>2017-06-30 16:51:24 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-07-03 09:06:13 +0200
commita9f2bc2ed97ae4e8f0357d543f40d89ea170e33f (patch)
treebc3f9abdae1d83af53d00d4a09cbf56fc3b93c1e /site/docs/install-os-x.md
parent165ad92b439a0e9186e0e2ced47ffd52019b064e (diff)
We dropped support for JDK7
Also, the JDK7 version actually did not work in 0.5.1. RELNOTES: None PiperOrigin-RevId: 160645551
Diffstat (limited to 'site/docs/install-os-x.md')
-rw-r--r--site/docs/install-os-x.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index d9a4d96c82..7845bde844 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -73,27 +73,21 @@ sudo gcc --version
Go to Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
-Download the binary installer `bazel-0.5.1-installer-darwin-x86_64.sh`. This
+Download the binary installer `bazel-0.5.2-installer-darwin-x86_64.sh`. This
installer contains the Bazel binary and the required JDK, and can be used even
if a JDK is already installed.
-Note that `bazel-0.5.1-without-jdk-installer-darwin-x86_64.sh` is a version of
+Note that `bazel-0.5.2-without-jdk-installer-darwin-x86_64.sh` is a version of
the installer without embedded JDK 8. Only use this installer if you already
have JDK 8 installed.
-Note that two other versions of the installer exist:
-* `bazel-0.5.1-without-jdk-installer-darwin-x86_64.sh`: version without
- embedded JDK 8. Only use this installer if you already have JDK 8 installed.
-* `bazel-0.5.1-jdk7-installer-darwin-x86_64.sh`: last release compatible
- with JDK 7.
-
### 3. Run the installer
Run the installer:
<pre>
-chmod +x bazel-0.5.1-installer-darwin-x86_64.sh
-./bazel-0.5.1-installer-darwin-x86_64.sh --user
+chmod +x bazel-0.5.2-installer-darwin-x86_64.sh
+./bazel-0.5.2-installer-darwin-x86_64.sh --user
</pre>
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and