Sqliteman is simple but powerfull Sqlite3 GUI database manager.

see: http://sqliteman.sourceforge.net


REQUIRMENTS

For using binaries:
 - allow your OS distributor to solve requirements automatically

For build from sources:
 - cmake (http://cmake.org)
 - Qt toolkit, at least version 4.2 or later required (http://trolltech.com)
   with sqlite3 module.
 - standard building environment (C++ compiler etc.)

Sqliteman uses cmake building procedure.
 1) cmake .
 2) make
 3) make install
