Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 439 Bytes

File metadata and controls

35 lines (21 loc) · 439 Bytes

rsdl

rsdl - SDL initialized ruby interpreter

Requirements

  • ruby 1.8 or later
  • libsdl

Installation

gem install rsdl

Or

ruby extconf.rb
make
sudo make install

Usage

Run your script with rsdl instead of ruby.

rsdl myscript.rb

License

Ruby's License

Copyright Information

Originally written by: Copyright (C) 2009 Ryuichi Sakamoto

Modified and packaged by: Copyright (C) 2009 Akinori MUSHA