Ruby-GNOME -- Ruby bindings for GNOME
=====================================

This is a set of bindings for the GNOME libraries for use from Ruby.

This libraries are deprecated. Use ruby-gnome2 instead.
See http://ruby-gnome2.sourceforge.jp/.

To use them, you will need Ruby 1.6 and gnome-libs 1.0.50 or
later installed on your system. Keep in mind that you will need both the
runtime libraries and the header files installed.

Compilation and Installation
============================

To compile and install all of the bindings included in this package,
you should run:

  ruby extconf.rb
  make
  make site-install

To compile and install a particular sub-binding, you should run:

  cd <each sub-directory>
  ruby extconf.rb
  make
  make site-install

*NOTICE*
You should install a sub-binding with its dependencies.
The current dependencies are:

  gdkimlib depends on gtk.
  gdkpixbuf depends on gtk.
  gnome depends on gtk, gdkimlib.


Contacting the Author
=====================

You can contact me via email at <mutoh@highway.ne.jp>; you
can also visit the Ruby-GNOME website (http://ruby-gnome.sf.net),
which has a facility for reporting bugs and submitting fixes.
Finally, you can send a message to the ruby-gnome mailing list(see website),
where I or other Ruby-GNOME users can help you.
