Flush
authorMiguel de Icaza <miguel@gnome.org>
Wed, 4 Sep 2002 15:20:47 +0000 (15:20 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 4 Sep 2002 15:20:47 +0000 (15:20 -0000)
svn path=/trunk/mono/; revision=7241

doc/faq
doc/index
web/faq
web/index

diff --git a/doc/faq b/doc/faq
index cd86d7958beb451bf3735e9ea86e96dd1f34c962..81610b592607df4d292a18674506c3a7139f2846 100644 (file)
--- a/doc/faq
+++ b/doc/faq
@@ -636,9 +636,7 @@ Q: Is there a relatively straightforward way to repeat the steps taken
 
 A: To build the compiler and class libraries in Linux, run:
    <ul><li>make -f makefile.gnu. To install them, run: </li>
-       <li>make -f makefile.gnu install</li>
-       <li>You can also specify a prefix:</li>
-       <li>make -f makefile.gnu install prefix=/opt</li>
+       <li>make -f makefile.gnu install prefix=/opt/mono</li>
    </ul>
 
    If you want to produce and distribute a monocharge tarball, run:
index ff5fb7f4d1c919a6e3822b52a29673c80d84b4de..7ad107e76bd4589dbb15e46c163a092101d1b66f 100644 (file)
--- a/doc/index
+++ b/doc/index
   </tr>
 </table>
 
+@item Sep 3rd, 2002: Apache integration
+
+       <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-September/001862.html">Sterling</a>
+       announced an Apache module that hosts
+       Mono, and allows CIL code to run from within Apache, giving the
+       module access to the Apache runtime.  This uses the Mono embedding
+       API.
+
 @item Aug 24th, 2002: Gtk# 0.4 released
 
        Shortly after <a href="download.html">Mono 0.15</a> was
diff --git a/web/faq b/web/faq
index cd86d7958beb451bf3735e9ea86e96dd1f34c962..81610b592607df4d292a18674506c3a7139f2846 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -636,9 +636,7 @@ Q: Is there a relatively straightforward way to repeat the steps taken
 
 A: To build the compiler and class libraries in Linux, run:
    <ul><li>make -f makefile.gnu. To install them, run: </li>
-       <li>make -f makefile.gnu install</li>
-       <li>You can also specify a prefix:</li>
-       <li>make -f makefile.gnu install prefix=/opt</li>
+       <li>make -f makefile.gnu install prefix=/opt/mono</li>
    </ul>
 
    If you want to produce and distribute a monocharge tarball, run:
index ff5fb7f4d1c919a6e3822b52a29673c80d84b4de..7ad107e76bd4589dbb15e46c163a092101d1b66f 100644 (file)
--- a/web/index
+++ b/web/index
   </tr>
 </table>
 
+@item Sep 3rd, 2002: Apache integration
+
+       <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-September/001862.html">Sterling</a>
+       announced an Apache module that hosts
+       Mono, and allows CIL code to run from within Apache, giving the
+       module access to the Apache runtime.  This uses the Mono embedding
+       API.
+
 @item Aug 24th, 2002: Gtk# 0.4 released
 
        Shortly after <a href="download.html">Mono 0.15</a> was