Showing posts with label shoes. Show all posts
Showing posts with label shoes. Show all posts

Saturday, 24 March 2012

Building Shoes in Linux

Shoes is a lightweight GUI toolkit for Ruby, website here. I couldn't get the download working, so built it from source using the instructions here.

A couple of notes - I built against Ruby 1.9.3 (this doesn't appear to have been updated in the Wiki instructions yet). Also, if you want to rebuild from source more than once, you have to do a
 rake clean  

before executing
 rake  

a second time.