gdmd
D compiler (language version 2), based on the GCC backend
Install
- All systems
-
curl cmd.cat/gdmd.sh
- Debian
-
apt-get install gdc
- Ubuntu
-
apt-get install gdc
- Arch Linux
-
pacman -S gdc
- Kali Linux
-
apt-get install gdc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdc
- Raspbian
-
apt-get install gdc
- Dockerfile
- dockerfile.run/gdmd
gdc
D compiler (language version 2), based on the GCC backend
This is a dependency package providing the default D compiler. Per policy, all packages that contain D sources must use this package in their Build-Depends line. This compiler supports D language version 2.