Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 513 Bytes

Helloworld asio-grpc server using standalone Asio

  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. Replace <vcpkg_root> with the directory you cloned vcpkg into. In the root of this repository run:
cmake -B build "-DCMAKE_TOOLCHAIN_FILE=<vcpkg_root>/scripts/buildsystems/vcpkg.cmake"
cmake --build ./build