Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 445 Bytes

File metadata and controls

16 lines (12 loc) · 445 Bytes

GRPC helloworld server

  1. Install vcpkg. At the time of writing this can be achieved by running:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat   # or .sh
  1. Configure CMake. Make sure env var VCPKG_ROOT points at the directory you cloned vcpkg into. In the root of this repository run:
cmake --preset default
cmake --build --preset default