Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.17 KB

File metadata and controls

42 lines (31 loc) · 1.17 KB

sharedtable

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

Build

  1. Navigate to the SharedTable directory
  2. Open a terminal
  3. ./gradlew build

Run

  1. Navigate to the SharedTable directory
  2. Open a terminal
  3. ./gradlew run

make portable jlink image

  1. Navigate to the SharedTable directory
  2. Open a terminal
  3. ./gradlew jlink

The image will be in build/image directory

make debian package

  1. Navigate to the SharedTable directory
  2. Open a terminal
  3. ./gradlew jlink
  4. ./gradlew make_deb

The sharedtable.deb file will be in deb_release directory

make windows installer

  1. install NSIS (https://nsis.sourceforge.io/Download) precisely to 'C:\Program Files (x86)\NSIS
  2. Navigate to the SharedTable directory
  3. Open a terminal
  4. gradlew jlink
  5. graldew make_installer

The installer will be in nsisOutput directory