Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b30c143f3943558f10410e51e0a573d4 > files > 51

mono-tools-2.11-5.mga4.noarch.rpm

Mono Tools:
----------

Mono Tools is a collection of development and testing programs and 
utilities for use with Mono.


Building:
--------

Building from a source tarball should be as simple as:

    ./configure [typical configure flags, such as --prefix=PREFIX]
    make
    make install

Building from git is almost identical, except that you need to
execute autogen.sh to create the configure script (which will be
automatically executed):

    git clone https://github.com/mono/mono-tools.git
    ./autogen.sh [typical configure flags, such as --prefix=PREFIX]
    make
    make install