Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 940 Bytes

BUILD.md

File metadata and controls

27 lines (16 loc) · 940 Bytes

Build Instructions

Build from source

  1. An artifact config file is included in git repository.

  2. Use Intelij IDEA to "Build artifact" to yield out\artifacts\webapp_hardware_bridge_jar.

Windows Installer bundled with JRE

  1. Follow "Build from source" instructions to yield out\artifacts\webapp_hardware_bridge_jar

  2. Copy JRE 21 into ./jre directory

  3. Run install.nsi with NSIS to yield whb.exe

How to run

  1. Start application
    • GUI: javaw -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.GUI
    • Server: java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Server