Home | Mirror | Search

第 56 章 D Lang

目錄

1. dmd install
2. helloworld
3. dmd - Digital Mars D2.x Compiler
3.1. -cov do code coverage analysis
4. Open Source Development for the D Programming Language
http://dlang.org/

1. dmd install

$ wget http://ftp.digitalmars.com/dmd_2.061-0_amd64.deb
$ sudo apt-get install libc6-dev

$ sudo dpkg -i dmd_2.061-0_amd64.deb
		
comments powered by Disqus