andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
693 stars 43 forks source link

Add missing JavaFX dependencies #176

Open leostera opened 4 years ago

leostera commented 4 years ago

Hello!

I was recently trying to get this up and running on an Ubuntu machine and I realized that I couldn't get it to build because it was missing some dependencies.

After playing around with the POM, it eventually compiled and run. It still has an issue with the latest versions of OTP, as seen in #175, but it seemed to run given you have JavaFX installed globally and use the Maven plugin: mvn javafx:run.

Opening this as a draft to have a chat about it :smiley: