The Rubygame Book Starter Guide
From Kibabase
| Home | Beginning | Back | Next | End |
|---|---|---|---|---|
| Back to Table of Content | Jump to Beginning | Impossible | Next | Jump to End(Part 7) |
The Rubygame library, created by John "Jacius" Croisant, is a game creation library for the Ruby programming language.
The general installation requirement are:
- SDL - http://www.libsdl.org/
- libsdl-mixer1.2-dev
- libsdl-gfx1.2-dev
- libsdl1.2-dev
- libsdl1.2-all
- libsdl-image1.2-dev
- libsdl-ttf2.0-dev
- Ruby - http://ruby-lang.org
Most people installed rubygame by using the rubygems package management system although steps for installing the dependencies varies by operating system as well distribution if you're on linux. The rubygame wiki have a list of installation guide.

