From fa4ccf507f7485583c8c30c31c7e413850cac351 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 29 Jan 2004 00:26:12 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- INSTALL | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..d9eea76 --- /dev/null +++ b/INSTALL @@ -0,0 +1,29 @@ + +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. + -- cgit v1.2.3