Home

Awesome

Analogy-cpp-Logging

C++ gRPC client that streams messages to Analogy Log Server.

Windows

steps to install gRPC C++ library/dependencies:

  1. install vcpkg. See Quick start for windows.

  2. install gRPC C++ from the command line:

  1. If zlib support is desired, you'll also need to install the zlib feature: vcpkg install protobuf[zlib] or vcpkg install protobuf[zlib]:x64-windows

  2. Once installed, you can find the installed packages in the vcpkg directory under the folder <vcpkg_installed_path>\packages. In order to make the packages available system-wide, you need to issue the command vcpkg integrate install

  3. (this step is not needed asthe c++ files were alread generated): Generating c++ files:

6.Creating a project using CMake:

7.now from the build folder you can open the visual studio solution and run the client project or run cmake build .