install and build guide
install dependencies:
Install Conan:
How to Build
Automatic build for Linux and Windows
For this to work on Windows you need to have access to a Unix shell, such as Git Bash or WSL as well as access to the make command.
In order to build both the client and the server, you can make the "all" rule:
In order to build the tests, make the "test" rule:
Binaries can be found at:
Manual Build
For Linux
Delete the build folder if present:
Then build the binaries:
For Windows
Delete the build folder if present:
Then build the binaries:
Last updated