aeonix / aeon-gui

AEON GUI
Other
12 stars 11 forks source link

Aeon gui install on ubuntu #31

Open JulesP414 opened 5 years ago

JulesP414 commented 5 years ago

Hi, I just installed the aeon gui on Ubuntu, followed the instructions and everything went well until the very last bit.

My problem is that, I can't open the executable in build/release/bin folder. Double clicking on it does nothing.

Is there another way arround that, maybe launching the gui via terminal ? Thanks for the help.

stoffu commented 5 years ago

I assume you built the GUI from source yourself. Then you need to run the deploy script by doing

make -C build deploy

from the top directory, and then running start-gui.sh created in build/release/bin.