Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 969 Bytes

File metadata and controls

58 lines (38 loc) · 969 Bytes

HER-LSF

HER-LSF-FX

This program is a pure clojure version of HER-LSF using cljfx for the GUI.

Dependencies

  • Java >=11
  • Clojure cli
  • Optional: babashka (for build tasks)

Install

Currently it is only possible to build the application from source. After cloning the repository, you can use

bb build

or, in case you do not have babashka installed

clojure -M:native-image --no-fallback

to compile a native image with graalvm.

If this should fail for any reason, I would appreciate a ticket about it. As a fallback you can leave out the –no-fallback option to generate a slower version or generate a jar file with

bb uberjar

or

clojure -X:uberjar

Run

If you just want to start the application without building it, you can use

bb main

or

clojure -M:main