aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-21 08:20:05 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-21 08:22:47 +0200
commitf4a03a57eca409f4091b309c162c35c4dfdf30ab (patch)
treed027f3fc452368f6239be17cb6231ee29ace8538 /BUILDING.md
parent5fa88d8a12f4968639f36a6f9efad701a7eeee61 (diff)
bazel installation instructions
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md
index b9b0ac6c89..e408402a76 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -110,15 +110,13 @@ From the grpc repository root
$ make
```
-TODO: mention the potential problems with running make install (already meantioned in src/cpp)
-
## bazel
-TODO: add Link to our doc or a bazel doc on how to get this dependency
+See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions how to install bazel on your system.
From the grpc repository root
```
-bazel build :all
+$ bazel build :all
```
## cmake: Windows, Using Visual Studio 2015 or 2017 (can only build with OPENSSL_NO_ASM).