slackbuilds_ponce/development/mono
Andre Barboza 127db88ff5 development/mono: Updated for version 4.2.2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-12-29 11:56:12 +07:00
..
doinst.sh development/mono: Updated for version 3.12.1. 2015-10-10 01:26:34 +07:00
mono.info development/mono: Updated for version 4.2.2.10. 2015-12-29 11:56:12 +07:00
mono.SlackBuild development/mono: Updated for version 4.2.2.10. 2015-12-29 11:56:12 +07:00
README development/mono: Updated for version 4.2.2.10. 2015-12-29 11:56:12 +07:00
slack-desc

Mono is a software platform designed to allow developers to easily create 
cross platform applications.  It is an open source implementation of 
Microsoft's .Net Framework based on the ECMA standards for C# and the Common 
Language Runtime.  We feel that by embracing a successful, standardized 
software platform, we can lower the barriers to producing great applications 
for Linux.


Notes from https://github.com/mono/mono:
 - Mono build relies on a working Mono C# compiler to compile itself
   (also known as bootstrapping).

 - If you don't have a working Mono installation, the build process uses
   the 'monolite' distribution, which contains just enough to run the 'mcs'
   compiler. This is considered a "slightly more risky approach" to build Mono.