Path: | README (CVS) |
Last Update: | Thu Mar 10 21:51:42 EST 2005 |
Imlib2-Ruby 0.5.0 README
This document was last updated on Thu Mar 10 22:59:11 2005. Please see the file COPYING for licensing and warranty information. The latest version of this library is available at the following URL: pablotron.org/software/imlib2-ruby/.
Introduction
Imlib2-Ruby is a Ruby interface to Imlib2. All of Imlib2 (except for X11 calls) has been wrapped. I’ve provided a my test script and handful of commented scripts in examples/, and there’s an rdoc-generated API reference in doc/ (which you can rebuild yourself by typing "rdoc ./imlib2.c"). Imlib2-Ruby is also available in the FreeBSD ports collection (courtesy of Akinori Musha), in Debian via apt-get, and as a RubyGem (courtesy of Chad Fowler). Imlib2-Ruby is still a work in progress, so bug reports or patches are welcome. Feel free to email me at the address below if you have any additional questions.
System Requirements
Installation
ruby ./extconf.rb # generate Makefile make && su -c ‘make install’ # compile and install library
Related Links
About the Author
Paul Duncan <pabs@pablotron.org> pablotron.org/
See the file AUTHORS for additional contributions.