diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-18 15:15:28 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-18 15:16:54 -0800 |
commit | bb0c65b7b4fc3a5f9faadf9651ffe47fb2ecbb82 (patch) | |
tree | 4de13878c981e5d8907ec69dc8e345c7d6d9c98b /src | |
parent | 2ec0b3ea59ea0869d07153c8f54894aea5192693 (diff) |
updated C# readme
Diffstat (limited to 'src')
-rwxr-xr-x | src/csharp/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md index a16f1e719e..f56ddabda5 100755 --- a/src/csharp/README.md +++ b/src/csharp/README.md @@ -25,10 +25,11 @@ INSTALLATION AND USAGE: WINDOWS INSTALLATION AND USAGE: LINUX & MONO ------------------------------------ -- Compile and install the gRPC C Core library +- Compile and install the gRPC C# extension library (that will be used via + P/Invoke from C#). ``` -make shared_c -sudo make install +make grpc_csharp_ext +sudo make install_grpc_csharp_ext ``` - Prerequisites for development: Mono framework, MonoDevelop (IDE) |