X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README.md;h=d600ce4ad172f638313959ad71f1251861e78f61;hb=6034d4ad85f568a91e0a9982ec5bbc82172db8e1;hp=07c950004d70bc09294b11f4656a3964d4534ca0;hpb=69cd9d1b149bd2d551f8b1e53748cc720b49cc49;p=mono.git diff --git a/README.md b/README.md index 07c950004d7..d600ce4ad17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Mono is a software platform designed to allow developers to easily create cross platform applications. Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. +[![Build Status](http://monojenkins.cloudapp.net/job/Mono/badge/icon)](http://monojenkins.cloudapp.net/job/Mono/) + 1. [Installation](#compilation-and-installation) 2. [Using Mono](#using-mono) 3. [Directory Roadmap](#directory-roadmap) @@ -34,6 +36,10 @@ a. Build Requirements * libzlib - This library and the development headers are required for compression file support in the 2.0 profile. + 4. Mono is required to build Mono. Use a system package or monolite (explained further below) + + 5. If you have a system Mono (not monolite), you will need to read this: http://mono-project.com/Parallel_Mono_Environments#Setting_up_a_Build_Environment + b. Building the Software ------------------------