1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Evolution# is a .NET language binding for various Ximian Evolution (tm)
libraries. Evolution# is free software, licensed under the GNU GPL.
Initial support is for libebook for addressbook access.
Building & Installing Evolution#:
---------------------------
The Linux build is the traditional:
./configure
make
make install
You may want to consider using configure's prefix option to install
Evolution# using the same prefix as Mono. That way all of your .NET assemblies
get placed in the same place, and you don't need to do any extra "configuring"
to make it so mono (and mint) can find your assemblies. In other words,
doing something like:
./configure --prefix=/your/mono/prefix
make
make install
If you are compiling from CVS, you will need libtool and the auto* tools
and will need to replace the configure above with autogen.sh.
Discussion & Support:
---------------------
There is no support for using these. You're on your own. ;-)
|