forked from Lainports/freebsd-ports
.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>
11 lines
395 B
Text
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
|
|
|
|
############################################################################
|