README

Name

rcairo

Description

Ruby bindings for cairo // cairo extension for Ruby

cairographics.org/

Dependencies

Install

Package

This way is recommended.

# gem install cairo

Self build

For experimental users.

Add the following to your Gemfile:

gem "cairo", github: "rcairo/rcairo"

Then run the following command:

% bundle install

Documents

Source

There is the rcairo repository at GitHub: github.com/rcairo/rcairo

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

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

Thanks