install and build guide
install dependencies:
yay -S pkg-config cmake makeInstall Conan:
$ pip install conan
$ conan profile new default --detect
$ conan profile update conf.tools.system.package_manager:mode=install default;
$ conan profile update conf.tools.system.package_manager:sudo=True default;How to Build
Automatic build for Linux and Windows
$ make$ make test./bin/Server
./bin/Client
./bin/TestsManual Build
For Linux
For Windows
Last updated