Skip to content

Version 0.3.0beta

Compare
Choose a tag to compare
@dsmunev dsmunev released this 26 Jul 09:58
· 10 commits to master since this release

ADDA GUI 0.3.0beta

Major changes:

  • a setting dialog was added
  • autodownload adda from github for Windows, Linux and Mac

Windows installation:

  1. unzip adda-gui_beta0.3.0_win64.zip to PATH\TO\ADDA-GUI
  2. open PATH\TO\ADDA-GUI in file explorer
  3. execute adda-gui.exe

Linux installation:

Run commands below

cd PATH/TO/adda-gui_beta0.3.0_linux.zip
mkdir -p PATH/TO/ADDA-GUI
unzip adda-gui_beta0.3.0_linux.zip -d PATH/TO/ADDA-GUI
cd PATH/TO/ADDA-GUI
sudo chmod +x ./adda-gui.sh
sudo chmod +x ./jbr/bin/java
./adda-gui.sh

MacOS installation:

  1. copy adda-gui.app into /Applications/

  2. run command below:
    chmod +x /Applications/adda-gui.app/Contents/MacOS/JavaAppLauncher

  3. try to start adda-gui, it will be blocked

  4. go to System Preferences -> Security and Privacy, find adda-gui and press button open anyway