Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: fea791f9a3498e3c73767f6343b972f455ef95cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Mono Tools:
----------

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


Building:
--------

Building should be as simple as:

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