Skip to content

JanRossbach/herlsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors