Lines Matching full:mono
1 Mono(tm) Binary Kernel Support for Linux
4 To configure Linux to automatically execute Mono-based .NET binaries
5 (in the form of .exe files) without the need to use the mono CLR
8 This will allow you to execute Mono-based .NET binaries just like any
11 1) You MUST FIRST install the Mono CLR support, either by downloading
15 https://www.mono-project.com/download/
17 Instructions for compiling Mono can be found at:
19 https://www.mono-project.com/docs/compiling-mono/linux/
21 Once the Mono CLR support has been installed, just check that
22 ``/usr/bin/mono`` (which could be located elsewhere, for example
23 ``/usr/local/bin/mono``) is working.
52 # Replace /usr/bin/mono with the correct pathname to
53 # the Mono CLR runtime (usually /usr/local/bin/mono
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register