Skip to content
Snippets Groups Projects
Commit 2bf28228 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Update README.md

parent bc308732
No related branches found
No related tags found
No related merge requests found
Use the batch files to generate the code.
For C# the nuget package Grpc.Tools must be installed. Also install the package Grpc for using the API.
Using Cap'n'Proto as rpc framework. It works via passing capabilites so we can easily extend the functionality from the client and server side.
For C++ use ninja & cmake as described in https://github.com/grpc/grpc/blob/master/INSTALL.md : (Use VS Developer Command Prompt)
Use the capnptool to generate the code: https://capnproto.org/capnp-tool.html
For VS2017 replace: > call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64
with: > call "%VS150COMNTOOLS%..\..\VC\Auxiliary\Build\vcvarsall.bat" x64
\ No newline at end of file
As a design decision the frontend uses a native dll which encapsulates the framework.
The capnproto does not compile with the /clr flag!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment