rcairo
======

Ruby bindings for cairo // cairo extension for Ruby

http://cairographics.org/


Dependencies
------------

ruby                   >= 1.8
cairo                  >= 1.2.0

Compiling
---------

% ruby extconf.rb    # to check for dependencies and create Makefiles
% make               # to compile

# make install       # to install the cairo extension.
                     # the samples in the samples folder should be able
                     # to run before installation.

Mailing list
------------

If you have trouble with cairo or rcairo, or you have some ideas for how
it could be improved, please feel free to send a message to the cairo
mailinglist at cairo@cairographics.org , which is archived at

  http://cairographics.org/cgi-bin/mailman/listinfo/cairo

Thanks
------

  * Yoshinao Muramatsu: win32 surface support patch.
