Merge pull request #18259 from AspirinSJL/update_build_doc

Update doc to use clang-5.0
This commit is contained in:
Juanli Shen 2019-08-27 15:45:48 -07:00 committed by GitHub
commit 3684c486b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ gRPC C++ - Building from source
If you plan to build from source and run tests, install the following as well:
```sh
$ [sudo] apt-get install libgflags-dev libgtest-dev
$ [sudo] apt-get install clang libc++-dev
$ [sudo] apt-get install clang-5.0 libc++-dev
```
Lastly, see the Protoc section below if you do not yet have the protoc compiler installed.