How To Install Ldc2 In Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?
Install ldc2
-
Debian
apt-get install ldcClick to copy -
Ubuntu
apt-get install ldcClick to copy -
Arch Linux
pacman -S ldcClick to copy -
Kali Linux
apt-get install ldcClick to copy -
Fedora
dnf install ldc-1Click to copy -
Raspbian
apt-get install ldcClick to copy -
macOS
brew install ldcClick to copy
ldc
LDC is a compiler for the D programming Language. It is based onthe latest DMD frontend and uses LLVM as backend. LLVM provides a fast and modern backend for high quality code generation. LDC is released under a BSD license with exceptions for the DMD frontend and code from GDC. The development takes place mostly on x86-32 and x86-64 Linux and that is where LDC works best. Support for other platforms and architectures is under development, but we are still looking for people to help test and adjust LDC for those platforms! LDC already compiles a lot of D code, but should still be considered beta quality. Take a look at the tickets to get a better impression on what still needs to be implemented.
ldc-1
1.3.0-0.4.beta2.fc26.x86_64 : A compiler for the D programming language
Install the latest version of ldc2 in Debian, Ubuntu, Arch, Kali, Fedora, Raspbian and macOS from terminal. To install the ldc2 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ldc2 from the respository and install it in your computer/server.




