public
Description: Beanstalk is a simple, fast work queue.
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalkd.git
Click here to lend your support to: beanstalkd and make a donation at www.pledgie.com !
beanstalkd / README-DEVELOPERS
100644 13 lines (7 sloc) 0.409 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
See doc/protocol.txt for details of the on-the-wire protocol.
 
Ensure you have autoconf, automake, and libtool installed.
 
The first time you build beanstalkd, you must first run "./autogen.sh".
 
Then, do the common "./configure" followed by "make".
 
To run unit tests, type "make check".
 
These unit tests use a slightly modified bundled version of CUT, originally
from http://sourceforge.net/projects/cut/.