Open source cross-platform chatting application. For more information check the yapping website.
The application uses the following libraries:
First add all the necessary submodules with
git submodule update --init --recursive
After that, just run the following cmake commands
cmake -S . -B build -DBUILD_CLIENT:BOOL=ON -DBUILD_SERVER:BOOL=ON
cmake --build build
