xbuild

MSBuild-compatible build system for Mono

Install

All systems
curl cmd.cat/xbuild.sh
Debian Debian
apt-get install mono-xbuild
Ubuntu
apt-get install mono-xbuild
Arch Arch Linux
pacman -S mono-xbuild
image/svg+xml Kali Linux
apt-get install mono-xbuild
Fedora
dnf install mono-xbuild
Windows (WSL2)
sudo apt-get update sudo apt-get install mono-xbuild
Raspbian
apt-get install mono-xbuild

mono-xbuild

MSBuild-compatible build system for Mono

Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. xbuild is Mono's implementation of msbuild and allows projects that have a msbuild file to be compiled natively on Linux. Microsoft Build (msbuild) is a build system developed by Microsoft similar in spirit to Nant (in that it uses XML files for describing the build process) and in the same spirit as make. http://www.mono-project.com/Microsoft.Build

mono-devel

Mono development tools

Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. This package contains various development tools and pulls in the default development stack for Mono (which is 4.0 currently).

mono

Free implementation of the .NET platform including runtime and compiler