bazel installation instructions

This commit is contained in:
Jan Tattermusch 2018-06-21 08:20:05 +02:00
parent 5fa88d8a12
commit f4a03a57ec
1 changed files with 2 additions and 4 deletions

View File

@ -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).