Mono |
Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Xamarin, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. How to get Mono? There are at least three different ways for getting Mono installed on your Raspberry Pi. All of them have their pros and cons: Install it from the Raspbian package repository + very easy to handle - mostly an old Mono release Compile it from a TAR package + works with LogView Studio (LvCmd) o mostly newer than the Raspbian package but older than the GIT version - takes a long time to compile Compile it from the GIT repository + works with LogView Studio - takes a long time to compile Which method is the best? For LogView Studio it depends on what you like to do. If you only need the LvCmd version you are just fine with the normal Raspbian package. If you like to run WinForms applications it's a better choice to compile it from GIT. Note AOT Ahead of Time Compilation or AOT is a feature of the Mono runtime code generator. |
Send feedback on this topic
Copyright (C) 2013-2014 Dominik Schmidt / Holger Hemmecke. All rights reserved. |