|
|
@ -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. |
|
|
|
**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 |
|
|
|