diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-29 00:26:12 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-29 00:26:12 +0000 |
commit | fa4ccf507f7485583c8c30c31c7e413850cac351 (patch) | |
tree | c199d29b8b3676b8d115bec19b0bda2ade4da9c9 /INSTALL | |
parent | 43e1d88136b0af0147a20ea167e2bd5e22e493ec (diff) |
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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. + |