summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-29 00:26:12 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-29 00:26:12 +0000
commitfa4ccf507f7485583c8c30c31c7e413850cac351 (patch)
treec199d29b8b3676b8d115bec19b0bda2ade4da9c9 /INSTALL
parent43e1d88136b0af0147a20ea167e2bd5e22e493ec (diff)
This commit was generated by cvs2svn to compensate for changes in r2,HEADmaster
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 29 insertions, 0 deletions
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.
+