Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 9a7aac03c3af46bb09691b58ab818556 > files > 12

evolution-sharp-0.21.1-7.mga1.x86_64.rpm

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.  ;-)