Skip to content

Commit

Permalink
updated reqs to use JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfallsin committed Aug 22, 2010
1 parent 1182ba7 commit 27f03d4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,13 @@ Then do all like `bundle exec rackup`
Installation
------------

* Ruby 1.9.2ish (RVM saved my life here - 1.9.2 because 1.9.1 has a segfault in ffi-rzmq)
* JRuby 1.5+ (don't use MRI - it will crash horribly, check the ISSUES file)
* [FFI](http://github.com/ffi/ffi), `gem install ffi` should be fine.
* [Zero MQ](http://www.zeromq.org/area:download), you'll need to compile and install to get the headers and such for:
* [ffi-rzmq](http://github.com/chuckremes/ffi-rzmq), which you'll have to build. The native zmq didn't work for me, but if you want to fix it, please do!
* [json](http://github.com/genki/json), since the headers are returned in JSON, which is RAD. (Really Awesome, Dude)
* Rack `gem install rack` if you want to run the rack example.

Booby Traps
-----------

uninitialized constant RUBY_ENGINE

You're running an old Ruby, use 1.9.2.

Contributing
------------

Expand Down

0 comments on commit 27f03d4

Please sign in to comment.