Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 754 Bytes

File metadata and controls

48 lines (23 loc) · 754 Bytes

install sdkman

https://sdkman.io/install/

install gradle

sdk install gradle 9.2.0

install java (with fx)

sdk install java 25.fx-zulu

install git

https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

get the source code

git clone https://github.com/philgentric/klikr.git

this will create a folder "klikr"

start klikr!

cd klikr

gradle run

(this starts the launcher)

to start klikr directly:

gradle klikr

to start the music player directly:

gradle audio_player

(note well: you can run only one player at a time)

Note: as an alternative to gradle, you can use (1) jbang or (2) the mill

sdk install jbang

jbang src/main/java/klikr/Klikr_application.java