[Gtk-sharp-list] diff: README

Charles Iliya Krempeaux charles@reptile.ca
13 Feb 2003 10:07:40 -0800


--=-SNyHKoaA/mAdz5SxyRg9
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello,

I did some updates on the README file for the Gtk# source code.
Some of it are corrections.  And some of it are new additions.

(You many or may not want to commit it to the Gtk# CVS repository.)

I ran diff on it, and attached the diff file to this message as
"README.diff".  Also, for your convenience, the whole (updated)
README file is attached to this message too.  (And, of course, has
the name "README".)


See ya

-- 
     Charles Iliya Krempeaux, BSc
     charles@reptile.ca

________________________________________________________________________
 Reptile Consulting & Services    604-REPTILE    http://www.reptile.ca/

--=-SNyHKoaA/mAdz5SxyRg9
Content-Disposition: attachment; filename=README.diff
Content-Type: text/x-diff; name=README.diff; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

1c1
< The Gtk# homepage can be found at gtk-sharp.sourceforge.net.
---
> The Gtk# website can be found at: http://gtk-sharp.sourceforge.net/
3,4c3,5
< Gtk# is a C# binding for the Gtk+ toolkit (www.gtk.org).  The target is t=
he
< 2.0 platform, and no plans are currently in place to backport to 1.2.
---
> Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
> libraries.  Gtk# is free software, licensed under the GNU LGPL.  The targ=
et
> is the 2.0 platform, and no plans are currently in place to backport to 1=
.2.
10,13c11,12
< Building Gtk#:
< --------------
< To compile Gtk# on Win32 using the .Net framework compiler and libraries,
< in the top level directory, type:
---
> Building & Installing Gtk#:
> ---------------------------
15c14,15
< make -f makefile.win32
---
>     To compile Gtk# on Win32 using the .Net framework compiler and librar=
ies,
>     in the top level directory, type:
17c17
< The linux build is the traditional:
---
>     make -f makefile.win32
19,21c19,26
< configure
< make
< make install
---
>     The Linux build is the traditional:
>=20
>         ./configure
>         make
>         make install
>=20
>     If you are compiling from CVS, you will need libtool and the auto* to=
ols
>     and will need to replace the configure above with autogen.sh.
23,24d27
< If you are compiling from CVS, you will need libtool and the auto* tools
< and will need to replace the configure above with autogen.sh.
28,30d30
< A mailing list for Gtk# discussion (gtk-sharp-list@ximian.com) is availab=
le.
< Subscription and archives are available at lists.ximian.com. The list
< requires subscription in order to post.
31a32,60
>     A mailing list for Gtk# discussion is available.
>=20
>     You can subscribe to the mailing list by visiting:
>=20
>         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:
>=20
>         gtk-sharp-list@ximian.com
>=20
>     (The mailing list requires you to subscribe in order to post
>     messages.)
>=20
>     An archive of this mailing list can be found at:
>=20
>         http://lists.ximian.com/archives/public/gtk-sharp-list/
>=20
>     Also, people can get help with and discuss Gtk# on IRC via the
>     #mono channel on the irc.gnome.org IRC server.
>=20
>=20
> Developers:
> -----------
>=20
>     For developers wishing to "get started" with Gtk#, they are encourage=
d
>     to read the MonkeyGuide:
>=20
>         http://www.go-mono.com/tutorial
32a62
>     In the MonkeyGuide, Chapter 18 is on Gtk#.

--=-SNyHKoaA/mAdz5SxyRg9
Content-Disposition: attachment; filename=README
Content-Type: text/english; name=README; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

The Gtk# website can be found at: http://gtk-sharp.sourceforge.net/

Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
libraries.  Gtk# is free software, licensed under the GNU LGPL.  The target
is the 2.0 platform, and no plans are currently in place to backport to 1.2=
.

The effort essentially boils down to an exercise in PInvoke against the C
dynamic libraries.  It may end up being slow as hell, but we'll see when we=
 get=20
there and adjust accordingly.

Building & Installing Gtk#:
---------------------------

    To compile Gtk# on Win32 using the .Net framework compiler and librarie=
s,
    in the top level directory, type:

    make -f makefile.win32

    The Linux build is the traditional:

        ./configure
        make
        make install

    If you are compiling from CVS, you will need libtool and the auto* tool=
s
    and will need to replace the configure above with autogen.sh.


Discussion:
-----------

    A mailing list for Gtk# discussion is available.

    You can subscribe to the mailing list by visiting:

        http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

    And following the instructions (on that page) to subscribe.
    Message are posted on this mailing list by sending messages to:

        gtk-sharp-list@ximian.com

    (The mailing list requires you to subscribe in order to post
    messages.)

    An archive of this mailing list can be found at:

        http://lists.ximian.com/archives/public/gtk-sharp-list/

    Also, people can get help with and discuss Gtk# on IRC via the
    #mono channel on the irc.gnome.org IRC server.


Developers:
-----------

    For developers wishing to "get started" with Gtk#, they are encouraged
    to read the MonkeyGuide:

        http://www.go-mono.com/tutorial

    In the MonkeyGuide, Chapter 18 is on Gtk#.

--=-SNyHKoaA/mAdz5SxyRg9--