~ubuntu-branches/ubuntu/lucid/kdewebdev-kde4/lucid

« back to all changes in this revision

Viewing changes to doc/quanta/installation.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-02-27 16:13:02 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227161302-1wc2m5nyuthzuxrv
Tags: 4:4.2.1-0ubuntu1
* New upstream release:
  - Bump versions of build-depends
  - Update an install file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
 
3
 
<appendix id="installation-3-2">
4
 
<title>Installation</title>
5
 
 
6
 
<sect1 id="acquiring-qunata-3-2">
7
 
<title>Acquiring &quantaplus;</title>
8
 
 
9
 
&install.intro.documentation;
10
 
</sect1>
11
 
 
12
 
<sect1 id="source-code-building-3-2">
13
 
<title>Building the Source</title>
14
 
 
15
 
&install.compile.documentation;
16
 
 
17
 
<sect2 id="source-code-building-considerations-3-2">
18
 
<title>Considerations When Building</title>
19
 
 
20
 
<para>
21
 
It is reasonable that you would want to customize the location of
22
 
the &quantaplus; files on your system.  To this end,
23
 
<command>autoconf</command> has a number of options
24
 
that can be passed to the <command>configure</command>
25
 
script to control this setup. To get a complete listing of these
26
 
options, type <command>./configure</command>
27
 
<option> --help</option>. These are straight forward and will
28
 
not be covered here.
29
 
</para>
30
 
 
31
 
<para>
32
 
If you are having trouble with &quantaplus; running properly, you
33
 
should check your path to ensure that the &kde; 3
34
 
<filename class="directory">bin</filename> folder is in there.
35
 
Also, be sure that you do not have any older versions of &kde; laying
36
 
about that appear in <envar>PATH</envar> before your &kde; 3
37
 
<filename class="directory">bin</filename> folder. The same
38
 
holds true for &Qt;.
39
 
</para>
40
 
 
41
 
</sect2>
42
 
</sect1>
43
 
</appendix>