Ruby/GLib2 ↑

Ruby/GLib2 is a Ruby binding of GLib-2.12.x.

Requirements ↑

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

Install (RubyGems) ↑

% sudo gem install glib2

Windows:

> gem install glib2 --platform x86-mingw32

Install (traditional) ↑

Install ruby-1.9.x or later, pkg-config.rb and GLib-2.12.x.

% ruby extconf.rb
  % make
  % sudo make install

Copying ↑

Copyright © 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 ↑

ruby-gnome2.osdn.jp/