Rename this for consistency.
[beanstalkd.git] / README-DEVELOPERS
blob3de06e5e9536b2f9b56e5f020d786ae1e0c5928b
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/.