/libdbf

Library for reading DBF files

Primary LanguageCGNU General Public License v2.0GPL-2.0

libdbf

This is a C library to read DBF files. The code is originally from http://dbf.berlios.de/. While the dbf code from that source compiles just fine, the underlying library doesn't.

This is a modified version of the library, that compiles.

Compiling

./autogen.sh
./configure
make

Installing

sudo make install