Thread overview
monodevelop mono-d versions
Aug 01, 2014
sclytrack
Aug 01, 2014
Colin
Aug 01, 2014
Dicebot
Aug 01, 2014
Colin
Aug 01, 2014
Dicebot
Aug 01, 2014
simendsjo
Aug 01, 2014
michaelc37
August 01, 2014
I can't seem to install mono-d. It always seems to want a newer version of MonoDevelop.

I'm on Ubuntu 14.04 LTS and it has version 4.0.12 of MonoDevelop. Has anybody else got this to work with this version?

I have this file called

MonoDevelop.D-1.9.6.mpack


Tools->Add In Manager->Install From File
Select the MonoDevelop.D-1.9.6.mpack file.
Press "Open"



Dialog Window:
  The Following Packages will be Installed.
  D Language Binding v2.1.14 (In User Directory)
August 01, 2014
On Friday, 1 August 2014 at 09:12:49 UTC, sclytrack wrote:
> I can't seem to install mono-d. It always seems to want a newer version of MonoDevelop.
>
> I'm on Ubuntu 14.04 LTS and it has version 4.0.12 of MonoDevelop. Has anybody else got this to work with this version?
>
> I have this file called
>
> MonoDevelop.D-1.9.6.mpack
>
>
> Tools->Add In Manager->Install From File
> Select the MonoDevelop.D-1.9.6.mpack file.
> Press "Open"
>
>
>
> Dialog Window:
>   The Following Packages will be Installed.
>   D Language Binding v2.1.14 (In User Directory)

Follow the info here:
http://wiki.dlang.org/Mono-D


Mono-d requires a MonoDevelop > 5.0, which at the moment you have to build yourself on Ubuntu 14.04.

You can find a precompiled version of it here:
 http://simendsjo.me/files/abothe (Which is also linked to in the wiki above)

Hope that helps!
August 01, 2014
On Friday, 1 August 2014 at 09:12:49 UTC, sclytrack wrote:
> I can't seem to install mono-d. It always seems to want a newer version of MonoDevelop.
>
> I'm on Ubuntu 14.04 LTS and it has version 4.0.12 of MonoDevelop. Has anybody else got this to work with this version?
>
> I have this file called
>
> MonoDevelop.D-1.9.6.mpack
>
>
> Tools->Add In Manager->Install From File
> Select the MonoDevelop.D-1.9.6.mpack file.
> Press "Open"
>
>
>
> Dialog Window:
>   The Following Packages will be Installed.
>   D Language Binding v2.1.14 (In User Directory)

MonoDevelop has a terrible plugin API compatibility policy which makes Mono-D author only stick to latest released API version unless he wants to maintain dozen of different Mono-D builds :(

In practice that means that you pretty much will never be able to use MonoDevelop version from repositories in Ubuntu - need to either build recent version on your own or use /opt/ bundle by simendsjo
August 01, 2014
On Friday, 1 August 2014 at 13:15:25 UTC, Dicebot wrote:
> On Friday, 1 August 2014 at 09:12:49 UTC, sclytrack wrote:
>> I can't seem to install mono-d. It always seems to want a newer version of MonoDevelop.
>>
>> I'm on Ubuntu 14.04 LTS and it has version 4.0.12 of MonoDevelop. Has anybody else got this to work with this version?
>>
>> I have this file called
>>
>> MonoDevelop.D-1.9.6.mpack
>>
>>
>> Tools->Add In Manager->Install From File
>> Select the MonoDevelop.D-1.9.6.mpack file.
>> Press "Open"
>>
>>
>>
>> Dialog Window:
>>  The Following Packages will be Installed.
>>  D Language Binding v2.1.14 (In User Directory)
>
> MonoDevelop has a terrible plugin API compatibility policy which makes Mono-D author only stick to latest released API version unless he wants to maintain dozen of different Mono-D builds :(
>
> In practice that means that you pretty much will never be able to use MonoDevelop version from repositories in Ubuntu - need to either build recent version on your own or use /opt/ bundle by simendsjo

Which is a pity, as it's otherwise a pretty nice IDE.

Still, vim with NERDTree + dub on the command line.
What more do you need?

August 01, 2014
On Friday, 1 August 2014 at 13:35:52 UTC, Colin wrote:
> Which is a pity, as it's otherwise a pretty nice IDE.
>
> Still, vim with NERDTree + dub on the command line.
> What more do you need?

DCD vim plugin ;) https://github.com/Hackerpilot/DCD
August 01, 2014
On Friday, 1 August 2014 at 09:12:49 UTC, sclytrack wrote:
> I'm on Ubuntu 14.04 LTS and it has version 4.0.12 of MonoDevelop. Has anybody else got this to work with this version?
>

I have had no problems using this ppa ppa:ermshiperete/monodevelop
it has packages for versions 4 and 5:
monodevelop-4.0
monodevelop-5



August 01, 2014
On 08/01/2014 03:15 PM, Dicebot wrote:
> (...) or use /opt/ bundle by simendsjo

By Alexander Bothe. The files are just hosted at my domain.