Install
To install, you can either grab the pre-built zip file or build the client yourself.
Release
Install simply by grabbing the zipped distribution from the latest release and unzip to your chosen location.
Manual build
The client can be built manually using Gradle, which ships with the repository.
You can use either:
- Pre-installed Gradle:
gradle
- Linux:
./gradlew
- Windows:
gradlew.bat
Building requires JDK 11 or above.
The client can be compiled and packaged with a single command:
1gradle :client:distZip
This will create the file client/build/distributions/WorkflowFM_Composer-@@.zip
.
Unzip it to your favourite location to obtain a client installation.