This is a Microsoft Paint like app, where multiple user can draw on the same canvas at the same time.
!!IMPORTANT: Before all, you need to set the JAVA_HOME environment variable to the installation path of OpenJDK 14.0.1
- for Windows: https://confluence.atlassian.com/doc/setting-the-java_home-variable-in-windows-8895.html
- for Linux: https://vitux.com/how-to-setup-java_home-path-in-ubuntu/
- Navigate to the SharedTable directory
- Open a terminal
- ./gradlew build
- Navigate to the SharedTable directory
- Open a terminal
- ./gradlew run
- Navigate to the SharedTable directory
- Open a terminal
- ./gradlew jlink
The image will be in build/image directory
- Navigate to the SharedTable directory
- Open a terminal
- ./gradlew jlink
- ./gradlew make_deb
The sharedtable.deb file will be in deb_release directory
- install NSIS (https://nsis.sourceforge.io/Download) precisely to 'C:\Program Files (x86)\NSIS
- Navigate to the SharedTable directory
- Open a terminal
- gradlew jlink
- graldew make_installer
The installer will be in nsisOutput directory