The latest public release for arm linux is armv7 binary based in 2.5.0.4 version
Download from https://github.com/Retro-Arena/binaries/blob/master/odroid-xu4/drastic.tar.gz?raw=true
And Unzip it in a folder you want.
Now we need first installation for armhf compatibility by default not enabled :
sudo dpkg --add-architecture armhf //Compatibility with armhf packages
sudo apt-get install libc6:armhf libstdc++6:armhf //Compatibility for 32bits armv7 binary C/C++ program
Install dependencies required to run (SDL2 , zlib , libasound2 , some warning missing some libgtk3 preload but working without so I installed for removed these warning)
sudo apt-get install libsdl2-2.0-0:armhf
sudo apt-get install libasound2-plugins:armhf
sudo apt-get install zlib1g:armhf
sudo apt-get install libgtk3-nocsd0:armhf
run ./drastic and browse it rom .nds or you can ./drastic “path folder/name.nds” by command line directly.
Will you needed pass DBUS_FATAL_WARNINGS=0 ./drastic due SDL2 ubuntu package is broken under armv7 and aarch64 for dBUS problem if you no time to compile SDL2 from source with GCC armv7 compiler.
and Working fine