Developer's corner
How to start?
So you want to help create this application or just want to take a look at the source code? Great, this page will give you some basic information to get you started.
First, the project is written in C++ using Qt Creator. You can download the source code from SourceForge. To compile it, download and install the Qt SDK. Now open the .pro file and click build. Since we don't use any Qt-libraries in the application, you can avoid installing the Qt SDK by writing your own Makefile.
We will release some information on coding style and the structure of the application soon.
I want to contribute!
If you want to help with the project, contact me via e-mail or write me a message on SourceForge. You must have an account on SourceForge.net in order to participate.
We use git to manage our source code. So you can also fork the repository, make your changes, send a pull request and we will try to merge it into the upstream build.