All Projects → mono → Mono Addins

mono / Mono Addins

Licence: mit
Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.

Mono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications.

For for information about the library, see: http://www.mono-project.com/Mono.Addins

Building

To build the library execute:

./configure
make

Options:

--prefix=/path/to/prefix

Install to the specified prefix

--enable-gui

Include GUI support for GTK2 (requires gtk#2)

--enable-gui-gtk3

Include GUI support for GTK3 (requires gtk#3)

--enable-tests

Include NUnit tests (requires nunit)

Building the samples

cd to the Samples directory and run make.

Running the NUnit tests

To run the NUnit tests, you need to configure the build with --enable-tests, cd to Tests, and run 'make test'.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].