Skip to content

Commit c74ef4b

Browse files
Recommend Windows users to go with JRuby
Signed-off-by: Michael S. Klishin <michael@novemberain.com>
1 parent edbb999 commit c74ef4b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

ruby/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ Here you can find Ruby code examples from
55

66
## Requirements
77

8+
If you use Microsoft Windows, we highly recommend you to use [JRuby](http://jruby.org).
9+
It is 1.9.2-compatible since 1.6.0.
10+
811
To run this code you need [amqp gem](https://github.com/ruby-amqp/amqp) version 0.8
912
(currently available as a prerelease version). This code won't work
10-
with earlier versions! You can install it via RubyGems thusly:
13+
with earlier versions!
14+
15+
You can install it via RubyGems. On Linux, Mac OS X and *BSD systems:
1116

1217
gem install amqp --pre --version "~> 0.8.0.rc12"
1318

19+
On Windows:
20+
21+
jruby.exe --1.9 -S gem install amqp --pre --version "~> 0.8.0.rc12"
22+
1423
## Code
1524

1625
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):

0 commit comments

Comments
 (0)