[Gtk-sharp-list] Help compiling gtk-sharp
Jonathan Pryor
jonpryor at vt.edu
Fri Jan 27 07:44:39 EST 2006
On Fri, 2006-01-27 at 23:03 +1100, Paddy Joy wrote:
> How do I know which bootstrap file to use when compiling gtk-sharp?
> bootstrap-2.4, bootstrap-2.6 or bootstrap-2.8. I'm using fedora core 4,
> kernel 2.6.13 and have compiled mono and mcs from svn. Is it related to
> the kernel version? What is the difference between them?
bootstrap-2.4 corresponds to GTK+ 2.4 bindings. bootstrap-2.6
corresponds to GTK+ 2.6 bindings. bootstratp-2.8 corresponds to GTK+
2.8 bindings.
So which one you choose depends on which version of GTK+ you want to
target.
Also keep in mind that binaries have only been shipped for Gtk# 2.4;
Gtk# 2.6 was a source-only release, and Gtk# 2.8 hasn't been finalized
yet.
So unless you really need GTK+ >= 2.6 functionality (and are willing to
bundle Gtk# 2.6 with your app), you should probably stick to
bootstrap-2.4.
- Jon
More information about the Gtk-sharp-list
mailing list