Development
Developing Sqliteman is open for everyone.
Sqliteman is written in C++ language using goods of the Trolltech's Qt4 library. Usage of Qt4 changes the nature of C++ spirit a bit so the source code is easier to understand and easier to write too.
Project page: https://github.com/pvanek/sqliteman
Sqliteman is written in C++ language using goods of the Trolltech's Qt4 library. Usage of Qt4 changes the nature of C++ spirit a bit so the source code is easier to understand and easier to write too.
Github project
Project page: https://github.com/pvanek/sqliteman
Requirements for developing
- Installed Qt4 environment with its header files and tools (moc, uic, designer etc.). Download. Linux/Unix: use distribution package rather.
- C++ compiller (gcc, mingw)
- Cmake tool for UN*X, Qt4 qmake for MS Windows
- git client