[Gtk-sharp-list] [Patch] README & HACKING
Charles Iliya Krempeaux
charles@reptile.ca
14 Mar 2003 00:05:47 -0800
--=-ylg4+wSyesB3pOITSjF0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hello,
Can I commit this?
It is a Patch which updates the README file and the HACKING files.
See ya
--
Charles Iliya Krempeaux, BSc
charles@reptile.ca
________________________________________________________________________
Reptile Consulting & Services 604-REPTILE http://www.reptile.ca/
--=-ylg4+wSyesB3pOITSjF0
Content-Disposition: attachment; filename=gtk-sharp-README_and_HACKING_update.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; name=gtk-sharp-README_and_HACKING_update.diff; charset=ISO-8859-1
Index: ChangeLog
=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/public/gtk-sharp/ChangeLog,v
retrieving revision 1.353
diff -u -r1.353 ChangeLog
--- ChangeLog 14 Mar 2003 07:31:51 -0000 1.353
+++ ChangeLog 14 Mar 2003 08:01:35 -0000
@@ -1,3 +1,10 @@
+2003-03-13 Charles Iliya Krempeaux <charles@reptile.ca>
+
+ * README : Did some spelling and grammar corrections.
+ Fixed indentation problem. And added some more info.
+ * HACKING: Added info for people getting started with
+ hacking Gtk#.
+
2003-03-13 Duncan Mak <duncan@ximian.com>
=20
* gdk/Pixbuf.custom: Add a nice version of Gdk.Pixbuf.Pixels that
Index: HACKING
=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/public/gtk-sharp/HACKING,v
retrieving revision 1.3
diff -u -r1.3 HACKING
--- HACKING 24 Aug 2002 05:32:25 -0000 1.3
+++ HACKING 14 Mar 2003 08:01:35 -0000
@@ -6,3 +6,20 @@
for approval. Any patches should be submitted in diff -u format. Also, i=
t is=20
assumed that the submitter has verified that the patch does not break the=20
build, and hopefully that it doesn't break runtime.
+
+
+Getting Started:
+----------------
+
+ Getting started with "hacking" Gtk# can seem formidable at first. How=
ever
+ there is some additional information already written, to help you get
+ up and going.
+
+ Those wishing to "hack" at Gtk#, are encouraged to also read:
+
+ o README.generator
+ o sources/README
+
+ If you still have more questions or need assitance, you can get help o=
n
+ the Gtk# mailing list and the #mono IRC channel. (Information about
+ each of these is contained in the README file.)
Index: README
=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/public/gtk-sharp/README,v
retrieving revision 1.8
diff -u -r1.8 README
--- README 14 Feb 2003 01:09:43 -0000 1.8
+++ README 14 Mar 2003 08:01:35 -0000
@@ -11,10 +11,10 @@
Building & Installing Gtk#:
---------------------------
=20
- To compile Gtk# on Win32 using the .Net framework compiler and librari=
es,
+ To compile Gtk# on Win32 using the .NET framework compiler and librari=
es,
in the top level directory, type:
=20
- make -f makefile.win32
+ make -f makefile.win32
=20
The Linux build is the traditional:
=20
@@ -22,12 +22,15 @@
make
make install
=20
+ (Although, you may want to do a "./configure --prefix=3D/usr" instead,=
to
+ make things easier on yourself.)
+
If you are compiling from CVS, you will need libtool and the auto* too=
ls
and will need to replace the configure above with autogen.sh.
=20
=20
-Discussion:
------------
+Discussion & Support:
+---------------------
=20
A mailing list for Gtk# discussion is available.
=20
@@ -36,7 +39,7 @@
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
=20
And following the instructions (on that page) to subscribe.
- Message are posted on this mailing list by sending messages to:
+ Messages are posted on this mailing list by sending them to:
=20
gtk-sharp-list@ximian.com
=20
@@ -50,6 +53,9 @@
Also, people can get help with and discuss Gtk# on IRC via the
#mono channel on the irc.gnome.org IRC server.
=20
+ People looking for general help with C# should visit the
+ #c# channel on irc.freenode.net IRC server.
+
=20
Developers:
-----------
@@ -60,3 +66,13 @@
http://www.go-mono.com/tutorial
=20
In the MonkeyGuide, Chapter 18 is on Gtk#.
+
+
+Hackers:
+--------
+
+ For those who wish to help with the development of Gtk#, they should
+ read the file named: HACKING.
+
+ Also, anyone wishing to hack Gtk# is encouraged to join the Gtk#
+ mailing list. And to visit the #mono IRC channel (on irc.gnome.org).
--=-ylg4+wSyesB3pOITSjF0--