Evolution Sharp 0.12.0 review
DownloadEvolution# is a .NET language binding for various Ximian Evolution libraries. Building & Installing Evolution#: The Linux build
|
|
Evolution# is a .NET language binding for various Ximian Evolution libraries.
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.
Evolution Sharp 0.12.0 keywords