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++. ==...") |
(No difference)
|
Revision as of 04:04, 2 February 2016
D is the fourth letter of the Latin alphabet, an unofficial symbol for ²H and a modern programming language, billed 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.