Skip to content

Commit

Permalink
simple install script that clones against snow leopard compatible rub…
Browse files Browse the repository at this point in the history
…yosa
  • Loading branch information
jackdempsey committed Jun 16, 2011
1 parent 7fc1ac7 commit 06951d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
@@ -0,0 +1,7 @@
#!/bin/sh

git clone https://github.com/jrom/rubyosa.git
cd rubyosa
ruby extconf.rb
make
sudo make install

0 comments on commit 06951d5

Please sign in to comment.