On Ubuntu(amd64 arm64/armhf)(focal jammy noble) from PPA.
sudo add-apt-repository ppa:colin-i/ppaOr the manual installation step from this link https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6
Install:
sudo apt-get install edor
On Arch Linux:
yay -Sy edorOr .zst(x86_64) or .xz(aarch64) file from releases.
On Fedora 42/43(x86_64 aarch64):
sudo dnf copr enable colin/project
sudo dnf install edor
On openSUSE, run the following as root:
For openSUSE Tumbleweed(x86_64/i586 aarch64):
zypper addrepo https://download.opensuse.org/repositories/home:costin/openSUSE_Tumbleweed/home:costin.repoFor openSUSE Leap:
zypper addrepo https://download.opensuse.org/repositories/home:costin/openSUSE_Leap_16.0/home:costin.repoReplace 16.0(x86_64 aarch64) with 15.6(x86_64/i586 aarch64) if needed.
And:
zypper refresh
zypper install edor
On Windows, there is this edor-*-msys-*.zst pkg at releases which is using msys2.
On linux distributions(x86_64), .AppImage file from releases.
Debian example: Install autoconf automake make libncurses-dev bc g++(or gcc and --disable-cpp at configure); on armv7l(alias armhf) cpu, libunwind-dev. There is a "headless" build file as well.
autoreconf -i
./configure
make
sudo make installUse --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