Difference between revisions of "D"
From Jon's Wiki
(Created page with "'''D''' is the fourth letter of the Latin alphabet, an unofficial symbol for ²H and a modern [http://www.dlang.org/ programming language], billed as the successor to C++. ==...") |
|||
Line 1: | Line 1: | ||
− | '''D''' is the fourth letter of the Latin alphabet, an unofficial symbol for ²H and a modern [http://www.dlang.org/ programming language], billed as the successor to C++. | + | '''D''' is the fourth letter of the Latin alphabet, an unofficial symbol for ²H and a modern [http://www.dlang.org/ programming language], billed (by some at least!) as the successor to C++. |
== Installing the D compiler == | == Installing the D compiler == |
Latest revision as of 02:35, 5 February 2016
D is the fourth letter of the Latin alphabet, an unofficial symbol for ²H and a modern programming language, billed (by some at least!) as the successor to C++.
Installing the D compiler
Add the D apt respository in /etc/apt/sources.list.d/dlang.list:
deb http://netcologne.dl.sourceforge.net/project/d-apt/ d-apt main
Then get the apt key:
apt-get update && apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
Then install the things:
apt-get install dmd-bin dcd dub
Optionally grab a D-aware IDE, and go check out all the packages available in the DUB repository.