Ruby/GLib2
==========
Ruby/GLib2 is a Ruby binding of GLib-2.x.

Requirements
------------

  Ruby >= 1.8.5: http://www.ruby-lang.org/
  pkg-config.rb: http://github.com/rcairo/pkg-config
  GLib >= 2.x: http://www.gtk.org/

Install (RubyGems)
------------------

  % sudo gem install glib2

Windows:

  > gem install glib2 --platform x86-mingw32

Install (traditional)
---------------------

Install ruby-1.8.5 or later, pkg-config.rb and GLib-2.x.

  % ruby extconf.rb
  % make
  % sudo make install

Copying
-------
   Copyright (c) 2002-2010 Ruby-GNOME2 Project Team

   This program is free software.
   You can distribute/modify this program under the terms of
   the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.

Project Website
---------------
   http://ruby-gnome2.sourceforge.jp/
