1<appendix id="installation" >
2    <title>Installation</title>
3
4    <sect1 id="getting-kxstitch" >
5        <title>How to obtain &kxstitch;</title>
6        <para>
7            The &kxstitch; source can be found at <ulink url="http://download.kde.org/stable/kxstitch/" >http://download.kde.org/stable/kxstitch/</ulink>.
8            The &kxstitch; homepage can be found at <ulink url="http://userbase.kde.org/KXStitch" >http://userbase.kde.org/KXStitch</ulink>
9        </para>
10    </sect1>
11
12    <sect1 id="requirements" >
13        <title>Requirements</title>
14        <para>
15            &kxstitch; has been written with &Qt; 5.x and &kf5-full;.
16        </para>
17        <para>
18            For the image import functions the ImageMagick libraries are required, this includes the development headers ImageMagick and Magick++,
19            these are available with your distribution or from <ulink url="http://www.imagemagick.org/" >http://www.imagemagick.org/</ulink>.
20        </para>
21    </sect1>
22
23    <sect1 id="compilation" >
24        <title>Compilation and Installation</title>
25        <para>
26            Compilation of KXStitch requires cmake and suitable build tools, make, gcc, etc. A build script has been provided which should perform the necessary
27            compilation operations and install KXStitch for which you may be required to enter the root password.
28        </para>
29        <para>
30            <screen width="40" >
31                <prompt>bash$</prompt><command>./build.sh</command>
32            </screen>
33        </para>
34    </sect1>
35</appendix>
36