• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D07-Apr-201713 21

MANIFESTH A D07-Apr-201750 76

READMEH A D07-Apr-2017314 159

dependH A D07-Apr-2017170 148

extconf.rbH A D07-Apr-2017130 75

ming.rbH A D07-Apr-201711.1 KiB622481

shape.rbH A D07-Apr-2017308 1814

test.rbH A D07-Apr-2017447 2016

README

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