- Platform: Linux or Windows
- OpenSSL 1.1.0i (x64 DLL/lib included for Windows)
- PostgreSQL 11 (x64 DLL/lib included for Windows)
- C++20
- C# 12.0 (.Net 8.0)
Windows (Automated for MS Visual Studio 16):
Server:
Copy DLL files from directory Server/DLL to directory where you have built executable
Initialize PostgreSQL Database from Server/SQL and provide config to CardGame.conf file
Client:
Copy directory Client/Assets to directory where you have built an executable
UNIX-like systems:
Server:
Build application via script BUILD or BUILD_REALEASE
Initialize PostgreSQL Database from Server/SQL and provide config to CardGame.conf file (must be copied from Server folder)
Client:
Not officially supported yet