Difference between revisions of "Installing LDC on GNU Guix"

From D Wiki
Jump to: navigation, search
(Created page with "The LDC is now part of [https://www.gnu.org/software/guix/ GNU Guix], the software package manager that works on any Linux distribution. When GNU Guix is installed, simply do...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The LDC is now part of [https://www.gnu.org/software/guix/ GNU Guix], the software package manager that works on any Linux distribution. When GNU Guix is installed, simply do a
+
The LDC is now part of [https://www.gnu.org/software/guix/ GNU Guix], the software package manager that works on *any* Linux distribution, including Debian, Arch, Ubunto, Centos, etc. When GNU Guix is installed, simply do a
  
 
<pre>
 
<pre>
Line 8: Line 8:
  
 
The source of the package can be found [http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ldc.scm here].
 
The source of the package can be found [http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ldc.scm here].
 +
 +
[[Category:LDC]]

Latest revision as of 04:42, 11 April 2018

The LDC is now part of GNU Guix, the software package manager that works on *any* Linux distribution, including Debian, Arch, Ubunto, Centos, etc. When GNU Guix is installed, simply do a

guix package -i ldc
ldmd2 --version
  LDC - the LLVM D compiler

The source of the package can be found here.