Skip to content

Commit

Permalink
Merge pull request grpc#18259 from AspirinSJL/update_build_doc
Browse files Browse the repository at this point in the history
Update doc to use clang-5.0
  • Loading branch information
AspirinSJL authored Aug 27, 2019
2 parents c22afac + 3fe631d commit 3684c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3684c48

Please sign in to comment.