1 See doc/protocol.txt for details of the on-the-wire protocol.
3 Ensure you have autoconf, automake, and libtool installed.
5 The first time you build beanstalkd, you must first run "bash buildconf.sh".
7 Then, do the common "./configure" followed by "make".
9 To run unit tests, type "make check".
11 These unit tests use a slightly modified bundled version of CUT, originally
12 from http://sourceforge.net/projects/cut/.