Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Building Shoes on Mac OS X 10.6 and 10.7

wkoch edited this page Aug 24, 2011 · 15 revisions

A Note about Lion

We're still shaking out 10.7 support. Bug reports very welcome! We've got a bug tracker thread about it already.

Building

Here's what you have to do to build shoes:

  1. make sure you have homebrew and git installed. And a Ruby, 1.9.2 seems fine.
  2. git clone https://github.com/shoes/shoes.git
  3. cd shoes
  4. rake osx_deps
  5. rake

Aaaand you should end up with a .app!