[Mono-docs-list] monkeyguide: add procedure to get GTK# working

Laurent Guerby guerby@acm.org
08 Mar 2003 08:55:24 +0100


Hi, I had no luck with my first contribution (still not in), here
is another one. Let me know if I'm doing things wrong (submission,
style, wrong list, ...).

Laurent

html/en/installation/
Index: linux.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/mono/monkeyguide/html/en/installation/linux.html,v
retrieving revision 1.7
diff -u -r1.7 linux.html
--- linux.html	19 Feb 2003 19:09:14 -0000	1.7
+++ linux.html	8 Mar 2003 07:47:20 -0000
@@ -26,17 +26,27 @@
=20
 <h2>Binary install on RedHat & RPM based systems</h2>
=20
+To get Mono running you will need to download rpms made for your distribut=
ion from a few sources.
=20
-Download the 4 rpms for your distribution from http://www.go-mono.org/down=
load, then type:
-
+<ul>
+<li>From <a href=3D"http://www.go-mono.org/download">http://www.go-mono.or=
g/download</a>
 <pre class=3D"code">
-
-          rpm --install libgc-6.1-1.i386.rpm=20
-          rpm --install libgc-devel-6.1-1.i386.rpm=20
-          rpm --install mono-0.17-2.i386.rpm=20
-          rpm --install mono-devel-0.17-2.i386.rpm
-
+libgc-6.1-1.i386.rpm=20
+libgc-devel-6.1-1.i386.rpm=20
+mono-0.23-1.i386.rpm=20
+mono-devel-0.23-1.i386.rpm
+</pre>
+<li>If you want to use GTK#, from <a href=3D"ftp://ftp.gnome-db.org/pub/gn=
ome-db/">ftp://ftp.gnome-db.org/pub/gnome-db/</a>
+<pre class=3D"code">
+libgda-0.10.0-1.i386.rpm
+libgnomedb-0.10.0-1.i386.rpm
+</pre>
+And from <a href=3D"http://gtk-sharp.sourceforge.net/">http://gtk-sharp.so=
urceforge.net/</a>
+<pre class=3D"code">
+gtk-sharp-0.7-1.i386.rpm
 </pre>
+</ul>
+
=20
 <h2>Binary install on Debian</h2>
=20
Index: overview.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/mono/monkeyguide/html/en/installation/overview.html,v
retrieving revision 1.4
diff -u -r1.4 overview.html
--- overview.html	19 Feb 2003 19:09:14 -0000	1.4
+++ overview.html	8 Mar 2003 07:47:20 -0000
@@ -39,14 +39,14 @@
 installation.
 </P
 ><P
->&#13;There are two items this document will <I
+>&#13;This document will <I
 CLASS=3D"emphasis"
 >not=20
 </I
-> cover: the first is how to self host the mcs compiler=20
-under linux and the second is the graphical user environment=20
-which is implemented as GTK#. These two interesting topics=20
-are the subject of two more howto's that I'm planning.
+> cover: </p>
+<ul>
+<li><p>How to self host the mcs compiler under linux.</p>
+</ul>
 </P
 ><P
 >&#13;This document is also less useful for two types of people.
@@ -119,4 +119,4 @@
=20
 <div class=3D"copyright">The Mono Handbook - <a href=3D"http://www.go-mono=
.org">&copy; Copyright 2002 by Johannes Roith & Martin Willemoes Hansen</a>=
</div>
 </body>
-</html>
\ No newline at end of file
+</html>