From f80c2ea00f6a3298b255e12c835668bd46e74dcc Mon Sep 17 00:00:00 2001 From: Lars Kanis <lars@greiz-reinsdorf.de> Date: Wed, 19 Aug 2015 10:53:30 +0200 Subject: [PATCH] Add information about supported Ruby versions to the README. --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 4019505..bd62c89 100644 --- a/README.rdoc +++ b/README.rdoc @@ -27,11 +27,11 @@ FXRuby supportes everything of FOX, that is useful in Ruby: == INSTALL: -FXRuby runs on Linux, Windows and OS-X. Installation on *nix requires +FXRuby runs on Linux, Windows and OS-X with Ruby-1.9.3 or newer and with Rubinius. Installation on Unix requires FOX development headers and libraries installed: * on Debian/Ubuntu: <tt>sudo apt-get install g++ libxrandr-dev libfox-1.6-dev</tt> * see also detailed installation instructions in the {https://github.com/lylejohnson/fxruby/wiki Wiki} -* no preparation needed on Windows - the binary gem can be used +* on Windows: the binary fxruby gems already contain all required libararies Then, install the gem: * gem install fxruby -- GitLab