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.
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.
Browse source code
Have a quick look at the code online.Obtain the latest source code
The base Subversion URL is:http://tools.assembla.com/svn/sqliteman and it is suffixed with common SVN structure - trunk, tags and branches. Use online SVN browser to get more informations.Trunk
svn co http://tools.assembla.com/svn/sqliteman/trunkRelease-1.2.x
svn co http://tools.assembla.com/svn/sqliteman/branches/release-1.2Release-1.0.x
svn co http://tools.assembla.com/svn/sqliteman/branches/release-1.0Requirements 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
- Your favourite Subversion client. Kdesvn, TortoiseSVN etc.