|
13.
|
|
|
Kubuntu provides a number of resources intended to help you learn how to develop and run programs yourself. Below is a list of some resources which you may find useful.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:37(para)
|
|
17.
|
|
|
<acronym>PyQt</acronym> Reference is a guide for PyQt 4.1.1 which is a set of Python bindings for version 4 of the Qt application framework used for KDE development. To view the reference guide please review <ulink url="http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html"/>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:58(para)
|
|
19.
|
|
|
PyGTK Tutorial is a tutorial on developing with the graphical toolkit often used for developing Ubuntu applications. It assumes that you have knowledge of Python but not necessarily GTK.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:70(para)
|
|
20.
|
|
|
Install the <application>python-gtk2-tutorial</application> package (see <ulink type="help" url="help:/kubuntu/add-applications/">Add Applications</ulink>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:79(para)
|
|
21.
|
|
|
To access the documentation, visit <ulink url="file:///usr/share/doc/python-gtk2-tutorial/html/index.html">python-gtk- tutorial</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:86(para)
|
|
27.
|
|
|
Compiling C and C++ programs requires some packages that are not installed by default.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:126(para)
|
|
28.
|
|
|
Install the <application>build-essential</application> package (see <ulink type="help" url="help:/kubuntu/add-applications/">Add Applications</ulink>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:134(para)
|
|
29.
|
|
|
There are many tools available for C and C++ developers. Those wishing to develop graphical applications will find that choosing a graphical toolkit/platform will make development more convenient. The two most popular development platforms for Ubuntu are <quote>GTK/GNOME</quote> and <quote>Qt/KDE</quote>, each of which has its own set of tools and documentation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:141(para)
|
|
31.
|
|
|
<application>KDevelop</application> is an IDE for developing applications in C and C++ for the <quote>KDE</quote> platform.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:152(para)
|
|
32.
|
|
|
Install the <application>kdevelop</application> package (see <ulink type="help" url="help:/kubuntu/add-applications/">Add Applications</ulink>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
programming/C/programming.xml:159(para)
|