Mono 3.10 and MonoDevelop 5.4/5.5 for Linux

With the recent release of Mono 3.10 (http://www.mono-project.com/docs/about-mono/releases/3.10.0/), I also announce that my packages for CentOS, Fedora, OpenSUSE, Debian and Ubuntu have finished building. You can install Mono 3.10 following the instructions at: http://software.opensuse.org/download/package?project=home:tpokorra:mono&package=mono-opt To run mono, you have to load some

Setting up Fedora workstation for OpenPetra Development

Do these steps once: Get the latest Mono with development packages for Fedora: cd /etc/yum.repos.d/ wget http://download.lbs.solidcharity.com/repos/tpokorra/mono/fedora/20/lbs-tpokorra-mono.repo yum install mono-opt mono-nant-optcd /etc/yum.repos.d/ wget http://download.lbs.solidcharity.com/repos/tpokorra/mono/fedora/20/lbs-tpokorra-mono.repo yum install mono-opt mono-nant-opt yum install git-core   echo ". /opt/mono/env.sh" >> ~/.bashrc . ~/.bashrc git