Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-06-21 15:35:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-06-21 15:35:09 +0400
commit74a525c78ad4d13ad08e5b4d078c6c983db4a59d (patch)
treeb1c676d046041c31d9216095f2ddcf3368360656 /web/faq
parentc97844a111b6e843b8d71137b355ef0a688eba48 (diff)
Message
svn path=/trunk/mono/; revision=15531
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/faq b/web/faq
index 8ad4810a3ce..af7cae0d056 100644
--- a/web/faq
+++ b/web/faq
@@ -829,6 +829,25 @@ A: Replace the __stdcall attribute with the STDCALL macro, and include this
#define STDCALL __attribute__((stdcall))
#endif
+Q: I want to be able to execute Mono binaries, without having to use the "mono"
+ command. How can I do this?
+
+A: From Carlos Perelló:
+
+ <i>I think that the best solution is the binfmt feature with the
+ wrapper that exists with Debian packages at:
+
+ <a href="http://www.debianplanet.org/mono/dists/unstable/main/source/admin/">http://www.debianplanet.org/mono/dists/unstable/main/source/admin/</a>
+
+ If you want use it with Big endian machines, you should apply a patch
+ (<a href="http://carlos.pemas.net/debian/mono/binfmt-detector-cli.c.diff">http://carlos.pemas.net/debian/mono/binfmt-detector-cli.c.diff</a>)
+
+ It works really good and lets you use wine also, it reads the .exe file
+ headers and check if it's a .net executable.
+
+ This way you just execute: ./my-cool-mono-application.exe and it works
+ without the need of any wrapper.</i>
+
<a name="asp">
** Mono and ASP.NET