Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 389 Bytes

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