libgrpc_csharp_ext.arm7

libgrpc_csharp_ext compiled for arm7, deploys with linux-arm runtime identifier. See: https://dev.to/erikest/grpc-on-dotnet-core-preview3-on-raspberrypi-3-4nf4 for a walkthrough


Keywords
dotnet, dotnetcore, .netcore, core, arm, grpc, raspberrypi, native
License
Apache-2.0
Install
Install-Package libgrpc_csharp_ext.arm7 -Version 1.1.0

Documentation

#libgrpc_csharp_ext

##Overview

These scripts install the necessary tools to compile libgrpc_csharp_ext.

###Instructions

  1. mkdir ~/libgrpc_csharp_ext (or whatever root directory you want)
  2. cd ~/libgrpc_csharp_ext
  3. git clone https://github.com/erikest/libgrpc_csharp_ext
  4. chmod +x installToolChain.sh
  5. sudo ./installToolChain.sh
  6. chmod +x gitgRPCsource.sh
  7. ./gitgRPCsource.sh
  8. chmod +x compile_csharp_ext.sh
  9. ./compile_csharp_ext.sh

###Notes

The install tool chain script is distilled from the grpc repository (BUILD.md) The compile script is scrapped together from the grpc repository build scripts and those could change.