Skip to content

Latest commit

 

History

History

97

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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