From 2df261456000d1167de8cf450b987bfab286881b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20=C3=9Cbelh=C3=B6r?= <tim.uebelhoer@rwth-aachen.de> Date: Wed, 25 Jul 2018 21:57:07 +0200 Subject: [PATCH] Updated readme. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9072eda..58b4bc1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -Using the grpc framework. +Using the [grpc](https://grpc.io/) framework. -The rpc calls are defined in the .proto file so use the protoc compiler to generate the code. -Use the batch file to generate the cpp & csharp code. -This reqruires the plugins (grcp_csharp_plugin.exe & grcp_cpp_plugin.exe) which are delivered with your version of the library. +Compile the ModeliRpc.proto file to generate the code. +The compilation is simplified by the generate_* scripts. + +Compilation requires the plugins grcp_csharp_plugin.exe / grcp_cpp_plugin.exe which are delivered with your version of the grpc framework. The C# library and generation tool can be obtained via nuget (Grpc, Grpc.Tools & Google.Protobuf). -The easiest way to get obtain the C++ library is using the cvpkg tool from github (use ".\vcpkg install grpc:x64-windows") + + +The easiest way to get obtain the C++ library for visual studio is using the vcpkg tool from github (use ".\vcpkg install grpc:x64-windows"). +This might be outdated and switching to conan https://github.com/inexorgame/conan-grpc might be more appropiate. \ No newline at end of file -- GitLab