First of all open a terminal & type the following...
sudo wget http://downloads.dsource.org/projects/tango/ubuntu/hardy.list -O /etc/apt/sources.list.d/dpackages.list
then type in this...
wget -q http://downloads.dsource.org/projects/tango/ubuntu/public.key -O- | sudo apt-key add -
then this...
sudo apt-get update
& finally this.
sudo apt-get install gdc dsss tango-gdc tangobos-gdc dmd tango-dmd tangobos-dmd
For more information check out this site.
If you want to test your installation, just compile & run this 'Hello, World!' program which can be found at the bottom of this page.
No comments:
Post a Comment