Skip to content
Snippets Groups Projects
Unverified Commit 3684c486 authored by Juanli Shen's avatar Juanli Shen Committed by GitHub
Browse files

Merge pull request #18259 from AspirinSJL/update_build_doc

Update doc to use clang-5.0
parents c22afac6 3fe631d1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ gRPC C++ - Building from source ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment