# $RubyForge$

Requirements:

To build ruby-memcache, you must have the following programs installed:

*) memcache(3)		http://people.FreeBSD.org/~seanc/libmemcache/
*) ruby(1) >1.8		http://www.ruby-lang.org/


Build instructions:

% tar -xjvf ruby-memcache-0.1.0.tar.bz2
% cd ruby-memcache-x.y.z
% ruby extconf.rb
% make
% sudo make install
