rcairo

Ruby bindings for cairo // cairo extension for Ruby

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 [email protected] , which is archived at

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

Thanks


* Yoshinao Muramatsu: win32 surface support patch.