freebsd-ports/sysutils/mono-kmod/files/pkg-message.in
Andrey Slusar fc4f96f8a9 mono-kmod is a FreeBSD kernel module enables you to execute ECMA and
.NET applications without preceding the native code generator in the
command line. That means you can call a binary with "./hello.exe"
instead of "mono hello.exe".

WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/

PR:		ports/111973
Submitted by:	Björn König <bkoenig at cs.tu-berlin.de>
2007-04-21 11:01:11 +00:00

11 lines
395 B
Text

############################################################################
Add mono_load="YES" to /boot/loader.conf to load the kernel module
automatically.
The default path of Mono is %%LOCALBASE%%/bin/mono. You can specify an
alternate path by adding a line to /etc/sysctl.conf:
kern.mono.path=/path/to/mono
############################################################################