ext library for libgraph Ver 0.0.2 Noritsugu Nakamura nnakamur@mxq.mesh.ne.jp [Overview] This program is a binding between "Ruby" and "libgraph". "libgraph" is a plotting graph library with gd. You can get information about libgraph from http://www.arcavia.com/rd/libgraph/ [Requirements] * ruby http://www.ruby-lang.org/ * gd http://www.boutell.com/gd/ * libgraph http://www.arcavia.com/rd/libgraph/doc.html [Install] * Install ruby % ./configure % make # make install * Install gd * Install libgraph % ./configure % make # make install * Install this package o expand this packages o Edit extconf.rb if you need. % ruby extconf.rb % make # make install [Usage] See test/*.rb and doc/ [TODO]