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:
authorJohannes Roith <johannes@mono-cvs.ximian.com>2002-05-27 21:06:57 +0400
committerJohannes Roith <johannes@mono-cvs.ximian.com>2002-05-27 21:06:57 +0400
commitd521732b6db79ba326b8a96d747df191ebeefe4d (patch)
treef4d5c87810e3a45ecdd58ee5a2cb6b64a17170d9 /web/faq
parent95b2a7b6df647b5e858757337109bff572dd9ffb (diff)
add some windows bits to faq.
svn path=/trunk/mono/; revision=4968
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/faq b/web/faq
index 00bb0989cce..971d1632836 100644
--- a/web/faq
+++ b/web/faq
@@ -534,9 +534,13 @@ A: Our main intention at Ximian is to be able to develop GNOME
Q: Will Mono run on Windows?
-A: We hope so. Currently some parts of Mono only run on Windows
+A: Yes. Currently some parts of Mono only run on Windows
(the C# compiler is a .NET executable) and other parts have only
- been compiled on Linux, but work on Windows with Cygwin.
+ been compiled on Linux, and require Cygwin to compile on Windows.
+
+Q: Will I require Cygwin to run mono?
+
+A: No. While you'll need it to compile it, it runs without cygwin and does not even require cygwin1.dll
Q: Will Mono depend on GNOME?