2003-09-23 John Luke <jluke@cfl.rr.com>
* README: * sources/README: reflect the current targets svn path=/trunk/gtk-sharp/; revision=18272
This commit is contained in:
parent
11c7e40b69
commit
c5bc3138ea
3 changed files with 15 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-23 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
|
* README:
|
||||||
|
* sources/README: reflect the current targets
|
||||||
|
|
||||||
2003-09-19 Rachel Hestilow <rachel@nullenvoid.com>
|
2003-09-19 Rachel Hestilow <rachel@nullenvoid.com>
|
||||||
|
|
||||||
* sources/Gtk.metadata, api/gtk-api.xml: Rename
|
* sources/Gtk.metadata, api/gtk-api.xml: Rename
|
||||||
|
|
2
README
2
README
|
@ -2,7 +2,7 @@ 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
|
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
|
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.
|
is the 2.2 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
|
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
|
dynamic libraries. It may end up being slow as hell, but we'll see when we get
|
||||||
|
|
|
@ -55,22 +55,22 @@ WHAT'S REQUIRED
|
||||||
bindings for). And then do a little configuring. The current
|
bindings for). And then do a little configuring. The current
|
||||||
list of libraries that Gtk# supports is:
|
list of libraries that Gtk# supports is:
|
||||||
|
|
||||||
glib-2.0.3
|
|
||||||
pango-1.2.3
|
pango-1.2.3
|
||||||
atk-1.2.4
|
atk-1.2.4
|
||||||
gtk+-2.2.2
|
gtk+-2.2.2
|
||||||
* you need gdkpixbuf*.[ch] from gdk/ symlinked into gdk-pixbuf/
|
libgnome-2.2.3
|
||||||
libgnome-2.0.1
|
libgnomecanvas-2.2.1
|
||||||
libgnomecanvas-2.0.1
|
libgnomeui-2.2.2
|
||||||
libgnomeui-2.0.1
|
libgnomeprint-2.2.1.3
|
||||||
gtkhtml: cvs branch gnome-2-port files gtkhtml.[ch], gtkhtml-types.h,
|
libgnomeprintui-2.2.1.3
|
||||||
|
gtkhtml-3.0.8 files: gtkhtml.[ch], gtkhtml-types.h,
|
||||||
gtkhtml-enums.h, gtkhtml-stream.[ch]
|
gtkhtml-enums.h, gtkhtml-stream.[ch]
|
||||||
libglade-2.0.0
|
libglade-2.0.0
|
||||||
libart_lgpl-2.3.10
|
libart_lgpl-2.3.10
|
||||||
libgda-0.10.0
|
libgda-1.0.0
|
||||||
libgnomedb-0.10.0
|
libgnomedb-1.0.0
|
||||||
gstreamer-0.4.2
|
gstreamer-0.4.2
|
||||||
librsvg-2.0.1
|
librsvg-2.2.5
|
||||||
|
|
||||||
(If you create a new binding, that is part of Gtk#, be sure to add it
|
(If you create a new binding, that is part of Gtk#, be sure to add it
|
||||||
to this list. Also, you'll need to add an entry in "gtk-sharp.sources".
|
to this list. Also, you'll need to add an entry in "gtk-sharp.sources".
|
||||||
|
|
Loading…
Reference in a new issue