You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a board that you can share with others. Everything you draw or change will be visible to other users of the application. This program is a client so it needs a server to be run. You can visit the server repository by this link.
Build and deploy
The application was written in Qt Creator 4.11.0 (based on Qt 5.12.8, GCC 9.3.0 64 bit) so you need it to be installed to be able to build the application. Once you opened the project in Qt Creator, set up the needed build configuration and build the application. After this copy the "Data" folder and "server_config.json" into build directory.
After you built the program, you can deploy it. First delete all unnecessary file in the build directory leaving only the executable and files copied previously. The following process for different platforms is described below.
Windows
First locate the "windeployqt.exe" file somewhere inside Qt installation directory. It is usually in "bin" subdirectory of C++ compiler directory, for example "C:\Qt\Qt5.12.11\5.12.11\msvc2017_64\bin". Then go to the build directory of the project and delete all files created by Qt on build except the .exe file. After this in command prompt run the following command:
After this the "DistributionKit" directory will be created inside the build directory. There will be a file with the .sh extension inside this directory which is the executable of the application. You can now run it.