1
2*** This module has been superceeded by http://mingruby.rubyforge.org/  ***
3
4
5a Ruby module for the Ming library based on Python module.
6		Kazuki Sakamoto <sakamoto@splhack.org>
7
8compile:
9       ruby extconf.rb --with-ming-include=.. --with-ming-lib=..
10       make
11
12test:
13       ruby test.rb
14       ruby shape.rb
15