Newer
Older
## Description
This folder contains the source files for a basic implementation of the library you just created
## Requirements
- Ubuntu 22.04
- CMake > 2.22
- conan V2
## Code usage
Once you are in this directory, to build and execute the server, use the following commands:
conan install . --build=missing
cd build
cmake .. --preset conan-release