MonoDevelop 5.0 for Linux Distro?

c#, linux, mono, speech

Solution

The best way to use the last monodevelop on Linux is to get it from git (it's very fast and very easy :) Now I'm using it (5.1) on Ubuntu 14.04.

You can get the source code from here:

git clone git://github.com/mono/monodevelop.git

and then compile it: http://monodevelop.com/developers/building_monodevelop

Remember that you must have installed Mono runtime 3.x.

Problem

According to the official website, Mono now supports System.Speech (in 5.0) . However, I am unable to reach a linux build of version 5.0 "Packages for MonoDevelop 5.0.0.878 not yet available. The latest available version is MonoDevelop 4.2.1" Is there any way of achieving this? (tarballs, git?) Notes - I am using ArchLinux

Original source

Related problems