ext library for Cgraph Ver 0.0.2 Noritsugu Nakamura nnakamur@mxq.mesh.ne.jp [Overview] This program is a binding between "Ruby" and "Cgraph". "Cgraph" is a PostScript plotting library. You can get information about Cgraph from http://totoro.berkeley.edu/software/A_Cgraph.html [Requirements] * ruby http://www.netlab.co.jp/ruby/ ftp mirror site list: http://www.netlab.co.jp/ruby/mirrors.html * Cgraph http://totoro.berkeley.edu/software/A_Cgraph.html ftp://pinoko.berkeley.edu/pub/software/ [Install] * Install ruby % ./configure % make # make install * Install Cgraph % cd source % Edit Makefile % 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 examples/*.rb [TODO] * make TODO file :-)