The simple ruby extension library for SDL 2.x.
Before installing Ruby/SDL2, you need to install:
After installing these libraries, you can install Ruby/SDL2 by gem command as follows:
gem install ruby-sdl2
Alternatively You can also install the master version of Ruby/SDL2 from github:
git clone https://github.com/ohai/ruby-sdl2.git
cd ruby-sdl2
rake gem
gem install pkg/ruby-sdl2-x.y.z.gem
LGPL v3 (see {file:COPYING.txt}).
Ippei Obayashi ohai@kmc.gr.jp