On 13-09-2012 12:23, Andrei Alexandrescu wrote:
On 9/12/12 10:34 PM, nazriel wrote:
On Wednesday, 12 September 2012 at 17:06:36 UTC, Habibutsu wrote:
At now in most distribute of linux contains ldc (LLVM D Compiler) and
not contain dmd. Why?

Arch Linux has got everything,

DMD, LDC, GDC everything up-to-date!

:-) Thanks svenstaro!

I should document that in http://dlang.org/download.html. What is the
installation cmdline for dmd? Any special notes?

Andrei

DMD:

$ pacman -S dmd libphobos
$ pacman -S lib32-libphobos # only needed on 64-bit systems for dmd -m32 to work.
$ pacman -S dmd2-git # to build DMD from Git

LDC:

$ pacman -S ldc
$ pacman -S lib32-libphobos-ldc # same deal as with lib32-libphobos
$ yaourt -S ldc-git # to build LDC from Git

GDC:

$ yaourt -S gdc-git # no stable package yet

--
Alex Rønne Petersen
[email protected]
http://lycus.org

Reply via email to