aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Peter Schmitt <schmitt@google.com>2015-03-23 15:11:47 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-24 16:41:27 +0000
commitf6f13409ce98506eed71bcd7ccdb1e6b483a4a0b (patch)
tree146cbe9764ef9820a166aa7841664fb6420498d0
parent895b3d2b460351348dc7fd821d80f6e1bdf53f84 (diff)
Adding installation instructions for Objective C rules in bazel.
-- MOS_MIGRATED_REVID=89299980
-rw-r--r--docs/install.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/install.md b/docs/install.md
index da8e2b1d01..68b61ef379 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -47,14 +47,17 @@ To build Bazel on Ubuntu:
$ cd bazel
$ ./compile.sh
+
### Building Bazel on OS X
Using Bazel on Mac OS X requires:
* The Xcode command line tools. Xcode can be downloaded from
- [Apbple's developer site](https://developer.apple.com/xcode/downloads/).
+ [Apple's developer site](https://developer.apple.com/xcode/downloads/).
* MacPorts or Homebrew for installing required packages.
* An installation of JDK 8.
+* (optional) For objc\_\* and ios\_\* rule support: An installed copy of
+ Xcode 6.1 or later with iOS SDK 8.1.
To build Bazel on Mac OS X:
@@ -76,7 +79,6 @@ To build Bazel on Mac OS X:
$ ./output/bazel help
-
## Running Bazel
The Bazel executable is located at `output/bazel`, under the source