Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@dsmunev dsmunev released this 07 Dec 11:05
· 9 commits to master since this release

ADDA GUI 0.4.1

Major changes:

  • changes of ADDA exec download flow

Windows installation:
unzip adda-gui_0.4.1_win64.zip to PATH\TO\ADDA-GUI
open PATH\TO\ADDA-GUI in file explorer
execute adda-gui.exe

Linux installation:
cd PATH/TO/adda-gui_0.4.1_linux.zip
mkdir -p PATH/TO/ADDA-GUI
unzip adda-gui_0.4.1_linux.zip -d PATH/TO/ADDA-GUI
cd PATH/TO/ADDA-GUI
./adda-gui.sh

please set execution permission for adda-gui.sh and java if needed
sudo chmod +x ./adda-gui.sh
sudo chmod +x ./jbr/bin/java

MacOS installation:
copy adda-gui.app into /Applications/
try to start adda-gui, it will be blocked
go to System Preferences -> Security and Privacy, find adda-gui and press button 'Open anyway'

please set execution permission for JavaAppLauncher and java if needed
chmod +x /Applications/adda-gui.app/Contents/MacOS/JavaAppLauncher
chmod +x /Applications/adda-gui.app/Contents/PlugIns/jbr/Contents/Home/bin/java