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

steveklabnik edited this page Aug 27, 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. Make sure to run a brew update! Even if you just installed homebrew. It makes some git directories that are important. :)
  3. git clone https://github.com/shoes/shoes.git
  4. cd shoes
  5. rake osx:deps:install
  6. rake

Aaaand you should end up with a .app!