gdc-4.9
GNU D compiler (version 2), based on the GCC backend
Install
- All systems
-
curl cmd.cat/gdc-4.9.sh
- Debian
-
apt-get install gdc-4.9
- Ubuntu
-
apt-get install gdc-4.9
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gdc-4.9
- Raspbian
-
apt-get install gdc-4.9
- Dockerfile
- dockerfile.run/gdc-4.9
gdc-4.9
GNU D compiler (version 2), based on the GCC backend
This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. This compiler supports D language version 2.