Skip to content

ranguba/chuparuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Name

chuparuby

Description

Ruby bindings for ChupaText

groonga.rubyforge.org/

Dependencies

  • ruby >= 1.9.2

  • chupatext >= 1.0.0

Install

Package

This way is recommended.

# gem install chupatext

Self build

For experimental users.

Download chuparuby-X.Y.Z.tar.gz from cairographics.org/releases/

Extracting:

% tar xvzf chuparuby-X.Y.Z.tar.gz

Compiling:

% cd chuparuby-X.Y.Z
% ruby extconf.rb    # to check for dependencies and create Makefiles
% make               # to compile

# make install       # to install the ChupaText extension.

Documents

TODO

Source

There is the chuparuby repository at GitHub: github.com/ranguba/chuparuby

Mailing list

TODO

Thanks