Install Visual Ruby¶ ↑
Requirements:¶ ↑
-
Ruby 1.9.3 or higher
-
Glade Interface Designer for gtk3
Install in
¶ ↑
-
Install Ruby using Ruby’s one-click installer for windows.
-
Install Glade for gtk3 [glade.gnome.org] (look for windows installer)
-
You should remove any old versions of Ruby/Gnome from your computer. Look in your program menu, and select “Uninstall” for any Ruby/Gnome entries. Visualruby will automatically install the latest GTK3 rubygem.
-
Install visaualruby by going to Start > Command Prompt With Ruby and entering the command:
gem install visualruby
After it installs, you can run visualruby by entering:
vr
Please post any issues to this forum:
www.ruby-forum.com/forum/gnome2
Install in Linux
¶ ↑
-
Install Ruby if it isn't on your computer. Click link for specific instructions.
-
Install the visualruby gem:
gem install visualruby
Please post any issues to this forum:
www.ruby-forum.com/forum/gnome2
Install on a Mac
¶ ↑
Install Homebrew by following these instructions
Install GTK+ by typing the following command in Terminal:
brew install gtk+
Install GTK Source View by typing the following command in Terminal:
brew install gtksourceview
Install the Visual Ruby Gem:
gem install visualruby
To run visualruby, at the prompt, type:
vr