Skip to content
Snippets Groups Projects
Commit 2ba16331 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

DocFixit: Minor corrections to the instructions

parent 921f4b0a
No related branches found
No related tags found
No related merge requests found
...@@ -55,16 +55,11 @@ If you are a user of gRPC C#, go to Usage section above. ...@@ -55,16 +55,11 @@ If you are a user of gRPC C#, go to Usage section above.
**Windows** **Windows**
- The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. You can - The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. Open the
either build the native solution in `vsprojects/grpc_csharp_ext.sln` from Visual Studio manually, or you can use solution `vsprojects/grpc_csharp_ext.sln` in Visual Studio and build it.
a convenience batch script that builds everything for you.
``` - Open `src\csharp\Grpc.sln` (path is relative to gRPC repository root)
> REM From src/csharp directory using Visual Studio
> buildall.bat
```
- Open Grpc.sln using Visual Studio.
**Linux** **Linux**
...@@ -79,7 +74,7 @@ If you are a user of gRPC C#, go to Usage section above. ...@@ -79,7 +74,7 @@ If you are a user of gRPC C#, go to Usage section above.
**Mac OS X** **Mac OS X**
- The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. - The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution.
```sh ```sh
# from the gRPC repository root # from the gRPC repository root
$ tools/run_tests/run_tests.py -c dbg -l csharp --build_only $ tools/run_tests/run_tests.py -c dbg -l csharp --build_only
......
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