Requirements ============ - ANSI C compiler - UNIX/POSIX-like operating system API Building ======== This program does not unfortunately use the configure script, but I have been careful to write is as portably as possible to unix type systems (it was originally developed on FreeBSD 5.1) To build the software, type the following: cd src make depend make This will output the library fdb.a. Link this with you application as required. Usage ===== Instructions on usage can be found in fdb.h in the src directory.