rcairo / rcairo

The Ruby bindings for cairo.
https://rcairo.github.io/
Other
134 stars 31 forks source link

= README

== Name

rcairo

== Description

Ruby bindings for cairo // cairo extension for Ruby

https://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: https://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

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

== Thanks