# mono-tools **Repository Path**: mirrors_lextm/mono-tools ## Basic Information - **Project Name**: mono-tools - **Description**: The mono-tools package contains a series of extra tools for Mono users. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 SVN is almost identical, except that you need to execute autogen.sh to create the configure script (which will be automatically executed): svn co http://anonsvn.mono-project.com/source/trunk/mono-tools ./autogen.sh [typical configure flags, such as --prefix=PREFIX] make make install