gdc on Ubuntu!

Daniel Keep daniel.keep.lists at gmail.com
Mon Nov 12 03:00:08 PST 2007



Walter Bright wrote:
> Nathan Reed wrote:
>> Walter Bright wrote:
>>> Witold Baryluk wrote:
>>>> dmd2-nonfree is also pacakged.
>>>
>>> I did a search for dmd with synaptic under ubuntu, but it didn't find
>>> it.
>>
>> I think you have to add the non-free repository before it will find it
>> (that repository is unselected by default).  I don't know off the top
>> of my head how to do that but look in the menus in Synaptic.
> 
> I see an option for third party software as a "gutsy partner". But it's
> not there, either, when I added it.

Not an expert, but did you add the new repository?

-----

For Debian i386, and Ubuntu, there are up-to-date debian pacakges, in
unofficial repository.

   1. Add this line to /etc/apt/source.list	

deb http://d.xk.pl/debian/ unstable contrib

   2. Then you can install packages as usuall in Debian:

apt-get update
apt-get install dmd-nonfree

It will download, decompress and install dmd compiler in system.

On any problem with this method please send mail to me: brayluk at
smp.if.uj.edu.pl

-----

That repository won't show up in any standard configuration dialog;
it'll need to be added manually.  However, I think Ubuntu lets you, via
the Software Sources dialog, add new sources without having to manually
modify source.list.

	-- Daniel



More information about the Digitalmars-d-announce mailing list