MonoDevelop 5.0 for Linux Distro?

According to the official website, Mono now supports System.Speech (in version 5.0). However, I cannot get linux version 5.0

"Packages for MonoDevelop 5.0.0.878 are not yet available. The latest version of MonoDevelop 4.2.1"

Is there any way to achieve this? (tarballs, git?)

Notes

  • I am using ArchLinux
+4
source share
3 answers

The best way to use the latest mono-detective on Linux is to get it from git (it's very fast and very simple :) Now I use it (5.1) on Ubuntu 14.04.

You can get the source code here:

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

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

, Mono runtime 3.x.

+5

, , , Xamarin Mono 3.6.0 builds ( ) Debian . - mono, Xamarin. Mono , Monodevelop, Linux Debian Centos.

. ......

Linux

0

Monodevelop, tarball http://download.mono-project.com/sources/monodevelop/, , apt-get.

git, , .

1) I am behind the proxy server, so I had to edit the git module files in order not to use the git protocol, as described in this post fooobar.com/questions/531647 / ...

2) They need to import Mozilla LXR certificates for Mono, so NuGet can be updated correctly using:

mozroots --import --sync

For the entire process, follow these instructions: http://www.monodevelop.com/developers/building-monodevelop/

0
source

Source: https://habr.com/ru/post/1542758/


All Articles