mono-soc-2013 / olive

Olive is an incubation module used to host new Mono code under development based on Microsoft's APIs. Olive code eventually graduates and is moved into the Mono distribution.

Home Page:http://www.mono-project.com/Olive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module contains libraries that are under a different schedule than the
rest of Mono.

To build:

	./configure [--prefix=/yourprefix] [--with-moonlight=yes|no]

	make

To install:

	make prefix=yourprefix

It defaults to the Mono installation prefix

* Silverlight Assemblies

	By default, --with-moonlight is enabled, which means that the 2.1
	assemblies for Moonlight will be build. You can de-activate that
	by configuring olive --with-moonlight=no.

	Since Moonlight exposes both a 2.1 profile and a profile that
	can be used on our desktop applications you will find two sets
	of .pc files to use with pkgconfig.

	silver.pc:
		This one references the 2.1 APIs, and this is what
	 	the smcs compiler should use.

	silverdesktop.pc:
		These one is for use with the desktop and Gtk# applications.

		The only difference between silver.pc and silver

About

Olive is an incubation module used to host new Mono code under development based on Microsoft's APIs. Olive code eventually graduates and is moved into the Mono distribution.

http://www.mono-project.com/Olive


Languages

Language:C# 98.4%Language:XSLT 0.7%Language:JavaScript 0.4%Language:Shell 0.3%Language:Perl 0.1%Language:CSS 0.0%Language:ASP 0.0%Language:Racket 0.0%