Skip to content
Snippets Groups Projects
Commit 0e67d191 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

Merge pull request #5655 from LisaFC/master

Doc Fixit: Clarifying how to install for gRPC C++
parents 40464923 3be6801b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
For language-specific installation instructions for gRPC runtime, please
refer to these documents
* [C++](examples/cpp)
* [C++](examples/cpp): Currently to install gRPC for C++, you need to build from source as described below.
* [C#](src/csharp): NuGet package `Grpc`
* [Go](https://github.com/grpc/grpc-go): `go get google.golang.org/grpc`
* [Java](https://github.com/grpc/grpc-java)
......
......@@ -2,7 +2,7 @@
## Installation
To install gRPC on your system, follow the instructions [here](../../INSTALL.md).
To install gRPC on your system, follow the instructions to build from source [here](../../INSTALL.md). This also installs the protocol buffer compiler `protoc` (if you don't have it already), and the C++ gRPC plugin for `protoc`.
## Hello C++ gRPC!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment