Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 530 Bytes

File metadata and controls

27 lines (17 loc) · 530 Bytes

Build

Using CMake:

mkdir build
cd build
cmake ..
make

Executable will be found at

* build/samples/client/src/
* build/samples/server/src/

Tested with

  • Clang 11.0 and libc++.
  • Visual Studio 2019 16.5.5 and 16.7.0 Preview 4

Should work with any compile as long as it has support for

  • Conceps TS
  • C++17 major features (notably constexpr, fold expressions, variant)
  • Boost 1.73 libraries

Might require tweaking src/CMakeLists.txt to add flags when not using the above combination.