• One shot compile
$ sudo apt install curl git -fy && curl -s "https://get.sdkman.io" | bash && sudo sdk install java 21.0.2.fx-librca && git clone https://github.com/haveno-dex/haveno.git && cd haveno && git checkout master && sudo make && chmod +x haveno-*
  • To seed the network or use HavenoDEX
$ ./haveno-desktop
$ ./haveno-seednode

Contacts & Repository

  • shortwavesurfer@monero.town
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    Missed a ubuntu dependency.

    $ sudo apt install build-essential curl git zip -fy && curl -s “https://get.sdkman.io” | bash && sudo sdk install java 21.0.2.fx-librca

    Edit: I hate how hard compiling software is.

    Its telling me that JAVA_HOME is not set but i can run java --version fine