Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
Перейти к файлу
Lluis Sanchez 1611381420 Updated info files 2012-07-19 16:11:55 +02:00
Mono.Addins Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Mono.Addins.CecilReflector Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Mono.Addins.Gui Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Mono.Addins.MSBuild Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Mono.Addins.Setup Build the solution using xbuild 2012-07-19 16:01:46 +02:00
Samples Bump version to 1.0 2012-07-09 16:13:31 +02:00
Test Flush 2012-07-19 16:01:55 +02:00
docs Build the solution using xbuild 2012-07-19 16:01:46 +02:00
mautil Build the solution using xbuild 2012-07-19 16:01:46 +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 Updated .gitignore 2011-06-29 18:50:24 +01: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 Build the solution using xbuild 2012-07-19 16:01:46 +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 Build the solution using xbuild 2012-07-19 16:01:46 +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'.