KDevelop/lb: Difference between revisions

From KDE UserBase Wiki
(Created page with " Elo gesitt Dir eng Lëscht vun de Fichiere vum Projet")
(Updating to match new version of source page)
Line 1: Line 1:
<languages />
<languages />
{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
|[[Image:Kdevelop2.png|250px|thumb|The Automake Manager]]||'''An Integrated Development Environment (IDE) for MS Windows, Mac OsX, Linux, Solaris and FreeBSD'''
|[[Image:Kdevelop4.png|250px|thumb|KDevelop4 Editor view]]||'''An Integrated Development Environment (IDE) for MS Windows, Mac OS X, Linux, Solaris and FreeBSD'''
|}
|}


==Creating projects==
[[KDevelop4/Manual|KDevelop Manual on how to get started]]
 
To start developing with '''KDevelop''', you need to first create a project.  To do this, simply go to <menuchoice>Project</menuchoice> menu and click on <menuchoice>New Project</menuchoice>.
 
Now a dialog appears asking you what kind of project do you want to create.  According to what app you want to develop (e.g. Qt GUI application, pyQt4, KDE application, etc.) select the appropriate option.  For example, if you want to create a pyQt4 app, you would unfold <menuchoice>pyQt4</menuchoice> and select <menuchoice>pyQt4 GUI Application</menuchoice>.
 
Next, you have to enter the application's name in the <menuchoice>Application's name</menuchoice> field.  Afterwards, you have to also set a location for the app where the sources will be stored.
 
Now you can click <menuchoice>Next</menuchoice>.
 
The next page asks you what kind of <menuchoice>Version Control System</menuchoice> do you want to use.  Choose the one you like (and I just remembered I wanted to start learning Git).
 
==Browsing through created template files==
 
To browse what files have been automatically created when you created a template project, click on <menuchoice>Projects</menuchoice> tab on the left-most side.
 
 
Elo gesitt Dir eng Lëscht vun de Fichiere vum Projet
 
 


== Tuyauen ==
== Tuyauen ==


:[http://apaku.wordpress.com/2008/12/15/howto-create-build-and-run-a-simple-kdevelop4-project How to create and build a simple kdevelop4 project]
:[http://apaku.wordpress.com/2008/12/15/howto-create-build-and-run-a-simple-kdevelop4-project How to create and build a simple KDevelop4 project]
 
:[http://techbase.kde.org/Getting_Started/Set_up_KDE_4_for_development#KDevelop Using KDevelop 3 to develop KDE SC 4 applications]
 
:[[Special:myLanguage/KDevelop4|List of KDevelop 4 pages]]


[[Category:Development]]
[[Category:Development]]

Revision as of 05:34, 3 November 2011

KDevelop4 Editor view
An Integrated Development Environment (IDE) for MS Windows, Mac OS X, Linux, Solaris and FreeBSD

KDevelop Manual on how to get started

Tuyauen

How to create and build a simple KDevelop4 project