On Ubuntu from PPA.
Architecture: amd64 arm64 armhf
sudo add-apt-repository ppa:colin-i/ppa
Or the manual installation step from this link https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6
Install:
sudo apt-get install edor
On Fedora, .rpm file from releases.
yum install edor-*.*.rpm
On linux distributions, .AppImage file from releases.
Use autoconf automake libncurses-dev ; on armv7l(alias armhf) cpu, libunwind-dev. There is a "headless" build file as well.
autoreconf -i
./configure
make
sudo make install
Use --prefix=your_path at ./configure if needed (example: at Termux in Android).
--disable-cpp to set c rules.
Uninstall command is make uninstall.
The donations section is here https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6