xbuild.exe
Mono development tools
Install
- All systems
-
curl cmd.cat/xbuild.exe.sh
- Debian
-
apt-get install mono-xbuild
- Ubuntu
-
apt-get install mono-xbuild
- Arch Linux
-
pacman -S mono
- Kali Linux
-
apt-get install mono-xbuild
- Fedora
-
dnf install mono-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-xbuild
- OS X
-
brew install mono
- Raspbian
-
apt-get install mono-xbuild
- Dockerfile
- dockerfile.run/xbuild.exe
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-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