
        ext library for ClibPDF  Ver 0.0.?

                        Noritsugu Nakamura   nnakamur@mxq.mesh.ne.jp

[Overview]

  This program is a binding between "Ruby" and "ClibPDF".

  "ClibPDF" is a library of ANSI C functions for creating PDF
  without any Adobe Acrobat tools.

  You can get information about plotutils from
      http://www.fastio.com/

[Requirements]

  * ruby
      http://www.ruby-lang.org/

  * ClibPDF
      http://www.fastio.com/

[Install]

  * Install ruby
    % ./configure
    % make
    # make install

  * Install ClibPDF
    o copy Makefile.* to Makefile and edit Makefile
    % make lib
    % make test
    # 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]
  * Release beta version as soon as possible
