More FAQ
authorMiguel de Icaza <miguel@gnome.org>
Tue, 10 Jul 2001 00:54:07 +0000 (00:54 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 10 Jul 2001 00:54:07 +0000 (00:54 -0000)
svn path=/trunk/mono/; revision=84

doc/faq
web/faq

diff --git a/doc/faq b/doc/faq
index fbcdc4277df51b9da4d2f7b21be62f63280cca4b..819798c4fb3f128e71043373a709c9f8fe9706e4 100644 (file)
--- a/doc/faq
+++ b/doc/faq
@@ -224,8 +224,12 @@ Q: How is this related to GNOME?
 A: In a number of ways:
 
        * Mono will use existing
-         components that have been developed for GNOME (Gtk+, Libart,
-         Gnome-DB and maybe others).
+         components that have been developed for GNOME when it makes
+         sense.  For example on X systems, we will use Gtk+ and
+          Libart to implement Winforms and the Drawing2D API.  
+
+         For database access, we will use LibGDA (not really
+          depending on GNOME, but related to).
 
        * This project was born out of the need of providing improved
          tools for the GNOME community. 
@@ -484,3 +488,21 @@ A: People can already do this by targeting the JVM byte codes (there
    are about 130 compilers for various languages that target the JVM).
 
 
+** Mono and Portability
+
+Q: Will Mono work on other variants of Unix?
+
+A: Yes.  We do not expect to add any gratuitous incompatibilities.
+
+Q: Will Mono run on Windows?
+
+A: Hopefully 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.
+
+Q: Will Mono depend on GNOME?
+
+A: It will depend only if you are using a particular assembly (for
+   example, for doing GUI applications).  If you are just interested
+   in Mono for implementing a `Hello World Enterprise P2P Web
+   Service', you will not need any GNOME component.
\ No newline at end of file
diff --git a/web/faq b/web/faq
index fbcdc4277df51b9da4d2f7b21be62f63280cca4b..819798c4fb3f128e71043373a709c9f8fe9706e4 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -224,8 +224,12 @@ Q: How is this related to GNOME?
 A: In a number of ways:
 
        * Mono will use existing
-         components that have been developed for GNOME (Gtk+, Libart,
-         Gnome-DB and maybe others).
+         components that have been developed for GNOME when it makes
+         sense.  For example on X systems, we will use Gtk+ and
+          Libart to implement Winforms and the Drawing2D API.  
+
+         For database access, we will use LibGDA (not really
+          depending on GNOME, but related to).
 
        * This project was born out of the need of providing improved
          tools for the GNOME community. 
@@ -484,3 +488,21 @@ A: People can already do this by targeting the JVM byte codes (there
    are about 130 compilers for various languages that target the JVM).
 
 
+** Mono and Portability
+
+Q: Will Mono work on other variants of Unix?
+
+A: Yes.  We do not expect to add any gratuitous incompatibilities.
+
+Q: Will Mono run on Windows?
+
+A: Hopefully 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.
+
+Q: Will Mono depend on GNOME?
+
+A: It will depend only if you are using a particular assembly (for
+   example, for doing GUI applications).  If you are just interested
+   in Mono for implementing a `Hello World Enterprise P2P Web
+   Service', you will not need any GNOME component.
\ No newline at end of file