Calytic / mono-tools

The mono-tools package contains a series of extra tools for Mono users.

Home Page:http://www.mono-project.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Building on OSX with homebrew:
------------------------------

Have the following packages installed:
autoconf pkg-config	readline automake gettext glib intltool libtool

Run autogen like this:
PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/ ./autogen.sh 

About

The mono-tools package contains a series of extra tools for Mono users.

http://www.mono-project.com/

License:Other


Languages

Language:C# 95.4%Language:Makefile 1.8%Language:JavaScript 1.2%Language:ASP 0.5%Language:XSLT 0.4%Language:Shell 0.3%Language:Roff 0.3%Language:CSS 0.2%Language:C++ 0.0%Language:C 0.0%Language:HTML 0.0%