Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 262 Bytes

UdpServerDemo

To build on Windows you will need to install next packages using vcpkg:

  • boost-asio
  • concurrentqueue
  • gtest
vcpkg install boost-asio:x64-windows
vcpkg install concurrentqueue:x64-windows
vcpkg install gtest:x64-windows