Skip to content

brjogos/libdbf

 
 

Repository files navigation

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

About

Library for reading DBF files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.8%
  • Shell 29.4%
  • Makefile 1.8%