This is Ruby extension library for OpenGL extension of Qt library.
It needs OpenGL extension for Ruby: ruby-gl in

http://www2.giganet.net/~yoshi/

In MS-Windows, a patch file in ./mswin32 may help you to compile ruby-gl with
MSVC v6.

FOR WINDOWS USER

copy ./mswin32/opengl.mswin32.diff to root directory of ruby-gl (opengl).
Then execute...

$ patch -p1 < opengl.mswin32.diff
$ ruby extconf.rb
$ make
$ make install

N. Horie
horie@smail.u-shizuoka-ken.ac.jp

