Add fsync options.
[beanstalkd.git] / README-DEVELOPERS
blob68e47bbe2c9fffb4962b04afe7afcff5868fda86
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 "./autogen.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/.