# $Nexadesic: src/lib/libmemcache/INSTALL,v 1.4 2005/01/24 07:22:36 sean Exp $

Requirements:

To build memcache(3), you must have the following programs installed:

*) pmk	http://pmk.sf.net/


Build instructions:

% cd libmemcache-x.y.z
% pmk
% make
% sudo make install


To compile with debugging, call pmk with '-e debug'.

% cd libmemcache-x.y.z
% pmk -e debug
% make
% sudo make install
