24 Download page
Eugene 'Vindex' Stulin edited this page 2023-02-04 23:54:02 +03:00

DEB and RPM

Official packages for the LLVM D Compiler

If you use Debian/Ubuntu/openSUSE/Fedora, you can use our official download pages on Open Build Service.

Base library packages:

Packages for development:

Only for Debian 'testing' and latest Fedora.


Arch

Amalthea is available on AUR for all compilers:

https://aur.archlinux.org/packages/amalthea-ldc2/
https://aur.archlinux.org/packages/amalthea-gdc/
https://aur.archlinux.org/packages/amalthea-dmd/

Download and install with yay:

yay -S amalthea-ldc2
yay -S amalthea-gdc
yay -S amalthea-dmd

You can also build the library from source using the manual on the README page.