VisualRuby gem on OpenSUSE 13.1

visualruby

I found out about ruby gem called visualruby and decided to give it a try. Unfortunately it has a lot of dependencies that were missing on my system. So to save my (or maybe your’s if you are reading this now) time in the future here are required dependencies for OpenSUSE 13.1. I bet you can figure out similar packages for different distribution.

sudo zypper -n in \
glib2 glib2-branding-openSUSE glib2-devel \
atk-devel cairo-devel pango-devel gdk-pixbuf-devel \
gtk2-devel gtksourceview2-devel glade

Adjust glade command in settings to glade from glade-gtk2. And now you can run it! :) It’s not working very well (at least in examples) since most of stuff in suse 13.1 is based on gtk3+. But I’m still in process of figuring things out.

Comments