Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
Перейти к файлу
Lluis Sanchez f1363fb747 Fix assembly resolution issue 2013-07-16 21:39:40 +02:00
Mono.Addins Fix deadlock when loading add-in roots 2013-07-03 16:10:59 +02:00
Mono.Addins.CecilReflector Fix assembly resolution issue 2013-07-16 21:39:40 +02:00
Mono.Addins.Gui Fix a Cairo.LinearGradient leak 2013-06-20 21:09:00 -04:00
Mono.Addins.MSBuild Target .NET 4.0 in all projects 2012-10-18 10:21:49 +02:00
Mono.Addins.Setup Fix repository update issue 2013-05-22 16:11:38 +02:00
Samples Bump version to 1.0 2012-07-09 16:13:31 +02:00
Test Add support for variables 2012-10-18 10:41:42 +02:00
docs Updated project version to VS 2010 2012-10-16 12:05:42 +02:00
mautil Target .NET 4.0 in all projects 2012-10-18 10:21:49 +02:00
support Add package generation scripts and some support files. 2011-02-25 14:55:54 +01:00
.gitattributes Solution files should always be CRLF. 2011-08-09 13:45:52 -05:00
.gitignore fixed ignoring of obj directories 2012-10-19 12:50:05 -04:00
AUTHORS Updated info files 2012-07-19 16:11:55 +02:00
COPYING Updated info files 2012-07-19 16:11:55 +02:00
ChangeLog * Mono.Addins.sln: 2010-06-08 09:34:32 +00:00
Makefile.am Add some more files to the generated bin-zip 2012-10-16 13:30:05 +02:00
Makefile.include Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Mono.Addins.Setup.nuspec Bump version to 1.0 2012-07-09 16:13:31 +02:00
Mono.Addins.mdw Moved samples to its own solution in a Samples workspace. Added new samples. 2010-03-24 01:22:57 +00:00
Mono.Addins.nuspec Bump version to 1.0 2012-07-09 16:13:31 +02:00
Mono.Addins.sln Updated project version to VS 2010 2012-10-16 12:05:42 +02:00
NEWS * AUTHORS, README, NEWS: Added. 2007-03-26 12:04:03 +00:00
Packages.mdse * docs/docs.mdp, mautil/mautil.mdp, 2007-10-29 12:10:00 +00:00
README * Makefile.am: Don't build tests and samples by default. 2007-12-05 01:09:54 +00:00
autogen.sh Initial import of Mono.Addins 2007-03-23 16:04:39 +00:00
configure.ac Bump version to 1.0 2012-07-09 16:13:31 +02:00
makefile-sample.include Avoid installing assemblies generated by samples and tests. 2007-03-23 20:28:12 +00:00
mono-addins.snk 2007-07-03 Lluis Sanchez Gual <lluis@novell.com> 2007-07-03 14:19:02 +00:00
mono-addins.spec.in Bump version to 0.5.90 and add spec file 2011-01-25 12:12:49 -07:00
policy.config.in * policy.config.in: Set correct public token. 2007-12-14 02:15:52 +00:00
xbuild.include Add missing file 2012-07-19 16:05:00 +02:00

README

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