summaryrefslogtreecommitdiff
path: root/INSTALL
blob: d9eea76ff64f3bff35d8e008257456d24e5cb2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.