aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/experimental/README.md
blob: f892a2ee95a8facc30cd11722c7f2a5f5a7ab890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory contains useful resources for getting gRPC C# to work on
not-yet-supported platforms.

# Unity & Xamarin
gRPC C# currently doesn't support Unity or Xamarin, but some proof-of-concept
work has been done. Some of the resources are shared in this directory to
ease community work on Unity & Xamarin support.

## Crosscompiling `grpc_csharp_ext` for Android

* Install [Android NDK](https://developer.android.com/ndk/index.html)
* Run `./build_native_ext_for_android.sh` to crosscompile using cmake.

## Crosscompiling `grpc_csharp_ext` for iOS

TBD