www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DMD in distribute of linux

reply Habibutsu <habibutsu gmail.com> writes:
At now in most distribute of linux contains ldc (LLVM D Compiler) and 
not contain dmd. Why?
Sep 12 2012
parent reply "nazriel" <spam dzfl.pl> writes:
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!
Sep 12 2012
parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
Sep 13 2012
parent reply =?UTF-8?B?QWxleCBSw7hubmUgUGV0ZXJzZW4=?= <alex lycus.org> writes:
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 to work. LDC: $ pacman -S ldc GDC: -- Alex Rønne Petersen alex lycus.org http://lycus.org
Sep 13 2012
parent reply "mist" <none none.none> writes:
dmd2-git is in AUR too, not in main repo.
Sep 13 2012
parent =?UTF-8?B?QWxleCBSw7hubmUgUGV0ZXJzZW4=?= <alex lycus.org> writes:
On 13-09-2012 19:33, mist wrote:
 dmd2-git is in AUR too, not in main repo.
Yes, so s/pacman -S/yaourt -S/ on that one. -- Alex Rønne Petersen alex lycus.org http://lycus.org
Sep 13 2012