Skip to content

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

License

Notifications You must be signed in to change notification settings

slluis/mono-addins

This branch is 63 commits ahead of, 723 commits behind mono/mono-addins:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 5, 2010
669d0b7 · Aug 5, 2010
May 25, 2010
May 25, 2010
May 25, 2010
Jul 1, 2010
Aug 5, 2010
May 25, 2010
Jun 8, 2010
Mar 26, 2010
Aug 5, 2010
Jul 28, 2010
Jan 17, 2008
Aug 4, 2010
Mar 24, 2010
Nov 10, 2008
Mar 24, 2010
Jul 28, 2010
Mar 26, 2007
Oct 29, 2007
Jul 27, 2010
Mar 23, 2007
Mar 29, 2010
Mar 23, 2007
Jul 3, 2007
Dec 14, 2007

Repository files navigation

hola
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 (requires gtk#)

--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'. 

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%