Merge pull request #18259 from AspirinSJL/update_build_doc

Update doc to use clang-5.0
reviewable/pr20022/r1^2
Juanli Shen 5 years ago committed by GitHub
commit 3684c486b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILDING.md

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

Loading…
Cancel
Save