~ubuntu-branches/ubuntu/precise/kde-l10n-engb/precise

« back to all changes in this revision

Viewing changes to docs/kdebase-runtime/faq/getkde.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-04 13:16:43 UTC
  • mfrom: (1.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104131643-zq2effur30inw0r0
Tags: 4:4.5.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
<?xml version="1.0" ?>
3
 
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4
 
 "dtd/kdex.dtd">
5
 
-->
6
 
 
7
 
<chapter id="getting-kde">
8
 
<title
9
 
>Getting &kde;</title>
10
 
 
11
 
<qandaset>
12
 
<qandaentry>
13
 
<question id="where-to-get-kde">
14
 
<para
15
 
>Where do I get &kde;?</para>
16
 
</question>
17
 
<answer>
18
 
<!-- This needs a rewrite including informations about the latest version (link to the info page?)-->
19
 
<para
20
 
>The main distribution site for &kde; is <ulink url="ftp://ftp.kde.org/"
21
 
>ftp.kde.org</ulink
22
 
>. However, this site is often under heavy load, so you might prefer to use <ulink url="http://download.kde.org/"
23
 
>download.kde.org</ulink
24
 
> which automatically redirects you to the mirror nearest to you. You can also have a look at the list of <ulink url="http://www.kde.org/ftpmirrors.html"
25
 
> &kde; mirror sites</ulink
26
 
>.</para>
27
 
</answer>
28
 
</qandaentry>
29
 
 
30
 
<qandaentry>
31
 
<question>
32
 
<para
33
 
>Are there &Linux; distributions that include &kde;?</para>
34
 
</question>
35
 
<answer>
36
 
<para
37
 
>Yes, major &Linux; distributions already ship &kde;. As building a distribution takes some time, they might not always contain the latest version, but for a start or to avoid downloading from the Internet, they do provide a good starting point. </para>
38
 
<para
39
 
>You can find an up-to-date list of distributions that ship with &kde; <ulink url="http://www.kde.org/download/distributions.php"
40
 
>here</ulink
41
 
>. </para>
42
 
 
43
 
</answer>
44
 
</qandaentry>
45
 
 
46
 
<qandaentry>
47
 
<question>
48
 
<para
49
 
>What is the current version?</para>
50
 
</question>
51
 
<answer>
52
 
 
53
 
<para
54
 
>Currently, the latest stable version is 3.2</para>
55
 
 
56
 
<para
57
 
>The <ulink url="http://www.kde.org/info/3.2.php"
58
 
>&kde; 3.2 Info Page</ulink
59
 
> contains a lot of information specific to this release.</para>
60
 
</answer>
61
 
</qandaentry>
62
 
 
63
 
<qandaentry>
64
 
<question>
65
 
<para
66
 
>Where do I find &kde; snapshots?</para>
67
 
</question>
68
 
<answer>
69
 
<para
70
 
>You can get the latest snapshots from <ulink url="ftp://ftp.kde.org/pub/kde/unstable/snapshots"
71
 
>ftp://ftp.kde.org/pub/kde/unstable/snapshots</ulink
72
 
>. You might also want to consider setting up your own <acronym
73
 
>CVS</acronym
74
 
> client in order to maintain the latest snapshot at all times. Please refer to <ulink url="http://developer.kde.org/source/anoncvs.html"
75
 
>Anonymous <acronym
76
 
>CVS</acronym
77
 
> and &kde;</ulink
78
 
> for further information. </para>
79
 
 
80
 
</answer>
81
 
</qandaentry>
82
 
 
83
 
<qandaentry>
84
 
<question id="where-to-get-qt">
85
 
<para
86
 
>Where do I get &Qt;?</para>
87
 
</question>
88
 
<answer>
89
 
<para
90
 
>&Qt; is a product of the Norwegian company Trolltech. You can always get the latest &Qt; version from their <ulink url="ftp://ftp.trolltech.com"
91
 
>&FTP; server</ulink
92
 
>.</para>
93
 
<para
94
 
>And with most up-to-date &Linux; distributions, &Qt; is already included. Please see <xref linkend="prerequisites"/> for the version of &Qt; you need.</para>
95
 
</answer>
96
 
</qandaentry>
97
 
 
98
 
<qandaentry>
99
 
<question id="qt">
100
 
<para
101
 
>What is &Qt;, by the way?</para>
102
 
</question>
103
 
<answer>
104
 
<para
105
 
>&Qt; is a C++-based class library to build user interfaces. It also includes many utility classes like string classes and classes to handle input and output. It provides most of the widgets you will see in a &kde; application: menus, buttons, sliders, &etc;. &Qt; is a cross-platform library that allows you to write code that will compile on &UNIX; systems as well as &Windows; and embedded devices. You can learn more about &Qt; at <ulink url="http://www.trolltech.com"
106
 
>http://www.trolltech.com</ulink
107
 
>.</para>
108
 
</answer>
109
 
</qandaentry>
110
 
</qandaset>
111
 
</chapter>