Sha256: e998ca5c8f3beda9cc81178c7f7514e9ac542d12a549e8d536e953854d8469d8

Contents?: true

Size: 1.66 KB

Versions: 3

Compression:

Stored size: 1.66 KB

Contents

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.

Windows
-------

cairo-X.Y.Z-x86-mswin32.gem includes cairo related binaries.

  * cairo related binaries:
      http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/

      * cairo-X.Y.Z.zip
      * cairo-dev-X.Y.Z.zip
      * libpng-X.Y.Z.zip
      * libpng-dev-X.Y.Z.zip
      * zlib-X.Y.Z.zip

Documents
---------

  * Reference manual:
      http://cairo.rubyforge.org/doc/

    Repository of the reference manual:
      http://www.cozmixng.org/repos/rcairo-doc/

  * An article for rcairo on Rubyst Magazine a.k.a. RubiMa (in Japanese):
      http://jp.rubyist.net/magazine/?0019-cairo

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.
  * Binzo: some bug reports and fixed that.
  * kimura wataru:
    - some advices for RubyCocoa.
    - reports a bug.
  * OBATA Akio: reports a bug.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cairo-1.6.1-x86-mswin32 README
cairo-1.6.1 README
cairo-1.6.2 README