How to develop

Asked by Cranfan

What kind editor or developer environment you use for developing this application? Where I can to find instructions how to prepare source codes for begin developing?
What need to start developing this application?
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Kontakter Edit question
Assignee:
No assignee Edit question
Solved by:
Giorgio Wicklein
Solved:
Last query:
Last reply:
Revision history for this message
Best Giorgio Wicklein (giowck) said :
#1

Hi Cranfan

I use QtCreator as IDE, but also a simple text editor + qmake is fine...
The files are not IDE dependend, so you can use whatever you want as IDE... Just support for qmake is necessary...

Kontakter is currently developed only be me as a "free time project", in this moment i have a lot of work to do at my university, so i haven't much time to improve the software...

At this point for kontakter v0.3 the main road, is to clean up the code (better separation in modules (see my other project debwiz which has a good src strukture), doxygen comments...) and also new features (see blueprints).

In fact there aren't instructions yet to start developing... but anyone can get the branch via bzr, and start to code anything, and request a branch merge....

Finally, the contribution mode (for now) is: start coding anything you find interesting, if you make something useful, just propose a merge...

Im sorry that there are not detailed instruction how to contribute...

Revision history for this message
Cranfan (info-cranfan) said :
#2

Thanks giowck, that solved my question.