Sha256: 8db7a3f5f71b6fbd44583f4d7b3a05b446b9426d97e195696eb9811c6fe1f55b

Contents?: true

Size: 1.86 KB

Versions: 24

Compression:

Stored size: 1.86 KB

Contents

= README

== Name

rcairo

== Description

Ruby bindings for cairo // cairo extension for Ruby

https://cairographics.org/

== Dependencies

* ruby >= 2.2.1
* cairo >= 1.2.0

== 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

* Reference manual:
  https://rcairo.github.io/doc/
* Repository of the reference manual:
  https://github.com/rcairo/doc
* An article for rcairo on Rubyst Magazine a.k.a. RubiMa (in Japanese):
  https://magazine.rubyist.net/articles/0019/0019-cairo.html

== 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

* Yoshinao Muramatsu: win32 surface support patch.
* NANKI Haruo: some bug fix patches.
* Paul van Tilburg:
  * some patches that support ruby 1.9.
  * some suggestions.
* Binzo: some bug reports and fixed that.
* kimura wataru:
  * some advices for RubyCocoa.
  * reports a bug.
* OBATA Akio:
  * reports a bug.
  * some suggestions.
* James Healy: reports bugs.
* Carsten Bormann: A suggestion.
* Davide Rambaldi: A suggestion.
* Yusuke ENDOH: reports a bug.
* Yuta Taniguchi: a bug fix patch.
* kimura wataru:
  * reports a bug.
  * some patches.
* Masayas TARUI:
  * Windows support.
* Stefan Salewski: reports a bug.
* Mamoru Tasaka: reports bugs.
* Nikolai Weibull: reports problems.
* Will Bryant: reports a bug.
* Vasily Fedoseyev: fixes a bug.
* Eric C.: reports a bug.
* Cédric Boutillier: reports a bug.
* tmtms: reports a bug.

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cairo-1.17.13 README.rdoc
cairo-1.17.12 README.rdoc
cairo-1.17.11 README.rdoc
cairo-1.17.10 README.rdoc
cairo-1.17.9 README.rdoc
cairo-1.17.8 README.rdoc
cairo-1.17.7 README.rdoc
cairo-1.17.6 README.rdoc
cairo-1.17.5 README.rdoc
cairo-1.17.4 README.rdoc
cairo-1.16.6 README.rdoc
cairo-1.16.5 README.rdoc
cairo-1.16.4 README.rdoc
cairo-1.16.3 README.rdoc
cairo-1.16.2 README.rdoc
cairo-1.16.1-x86-mingw32 README.rdoc
cairo-1.16.1-x64-mingw32 README.rdoc
cairo-1.16.1 README.rdoc
cairo-1.16.0-x86-mingw32 README.rdoc
cairo-1.16.0-x64-mingw32 README.rdoc