Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
/ olive Public archive

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.

Notifications You must be signed in to change notification settings

mono/olive

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published