From: Ari Brown Date: 2007-05-08T07:56:51+09:00 Subject: Re: SIMPLE! and INTUITIVE! GUI BUILDER for RUBY? On May 7, 2007, at 7:52 AM, Guaton Carcass wrote: > w.piekutowski@gmail.com wrote: >> You are right. For example there is Glade for GTK which allows quite >> easy and visual design of windows and other stuff. Glade saves your >> work to a XML file and then opening it in Ruby is trivial. Works >> pretty well, I didn't have any problems. I could say that it's little >> less convenient than using Visual Studio. Programming model is the >> same - event-driven. > > Thanks!! > I've been looking for an OSX version, but it seems there is not. Any > clues? You can download the source code and follow some simple instructions: 1) unzip/untar the file 2) open up terminal 3) cd to the directory (ls to list, cd directory to move to that directory) 4) type ./configure 5) type make 6) type sudo make install 7) type your password 8) presto --------------------------------------------| If you're not living on the edge, then you're just wasting space.