Configuring from CVS

If you are looking for the very latest code you can check out it out of CVS and compile. The configure step uses the autogen.sh script so it's a bit different.

$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mdbtools login 
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mdbtools co 
$ cd mdbtools 
$ ./autogen.sh --with-unixodbc=/usr/local 
Again, if you don't want ODBC support remove the --with-unixodbc flag.