This tutorial may be incomplete – I set this up from my system, which already has a lot of libraries and packages installed. The readme recommends glib, gtk, gtksourceview2 and such – YMMV.. This is what -I- had to do.
# eselect ruby set ruby18
# layman -S
# layman -a gnome
(if you are running on amd64)
# echo “dev-libs/libgee ~amd64″ >> /etc/portage/package.keywords/common
# echo “dev-lang/vala ~amd64″ >> /etc/portage/package.keywords/common
# emerge dev-libs/oniguruma dev-libs/libgee ruby-gnome2
AND HERE’S WHERE IT BIT IT. I couldn’t build ruby-gdkpixbuf2 against Ruby19 and I didn’t feel like uninstall Ruby19.
# gem install oniguruma activesupport rspec cucumber hoe open4 zerenity
I guess I’ll have to wait a little longer for this machine. I do have an old laptop running Ubuntu – and redcar gives detailed Ubuntu installation instructions.







