How to install Ruby GTK on Ubuntu

Hello People,

I have compiled and installed Ruby 1.9 on my Ubuntu. I would like to
write GUI applications using GTK. How to install Ruby GTK bindings. When
I check Synaptic package manager, I get GTK bindings for Ruby 1.8 but
not 1.9.

Thanks in advance.

Am 05.02.2011 11:41, schrieb Karthikeyan A k:

Hello People,

I have compiled and installed Ruby 1.9 on my Ubuntu. I would like to
write GUI applications using GTK. How to install Ruby GTK bindings. When
I check Synaptic package manager, I get GTK bindings for Ruby 1.8 but
not 1.9.

Thanks in advance.

gem install gtk2

Vale,
Marvin

On Sat, 5 Feb 2011 19:41:05 +0900, Karthikeyan A k wrote:

Posted via http://www.ruby-forum.com/.

Download http://ruby-gnome2.sourceforge.jp/ and build. It’s not hard.
Ubuntu has most if not all of the dependencies in the repositories.

-jh