Skip to content
Snippets Groups Projects
Select Git revision
  • bc3087324b65e69061adefb26e5f3f179841156e
  • master default protected
  • Rpc
3 results

ModeliProtocol

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    ModeliRpc
    .gitignore
    ModeliRpc.capnp
    README.md

    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.

    For C++ use ninja & cmake as described in https://github.com/grpc/grpc/blob/master/INSTALL.md : (Use VS Developer Command Prompt)

    For VS2017 replace: > call "%VS140COMNTOOLS%....\VC\vcvarsall.bat" x64 with: > call "%VS150COMNTOOLS%....\VC\Auxiliary\Build\vcvarsall.bat" x64