-
Notifications
You must be signed in to change notification settings - Fork 86
Build from source
imTigger edited this page Jul 20, 2019
·
1 revision
- JDK 8 with JRE, Amazon Corretto 8 Recommanded
- Intelij IDEA (Both Community and Ultimate works)
- NSIS (Build Windows installer only, optional)
-
An artifact config file is included in git repository.
-
Use Intelij IDEA to "Build artifact" to yield
out\artifacts\webapp_hardware_bridge_jar. -
Windows: Drop JRE 8 into
./jredirectory and use NSIS to compileinstall.nsito yieldwhb.exeMac/Linux: Run the artifact using JRE, installer will be studied later (PR welcome!)
-
Run Command:
Server:
java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.ServerConfigurator:
javaw -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Configurator