Warning, /graphics/kxstitch/doc/install.docbook is written in an unsupported language. File is not indexed.

0001 <appendix id="installation" >
0002     <title>Installation</title>
0003 
0004     <sect1 id="getting-kxstitch" >
0005         <title>How to obtain &kxstitch;</title>
0006         <para>
0007             The &kxstitch; source can be found at <ulink url="http://download.kde.org/stable/kxstitch/" >http://download.kde.org/stable/kxstitch/</ulink>.
0008             The &kxstitch; homepage can be found at <ulink url="http://userbase.kde.org/KXStitch" >http://userbase.kde.org/KXStitch</ulink>
0009         </para>
0010     </sect1>
0011 
0012     <sect1 id="requirements" >
0013         <title>Requirements</title>
0014         <para>
0015             &kxstitch; has been written with &Qt; 5.x and &kf5-full;.
0016         </para>
0017         <para>
0018             For the image import functions the ImageMagick libraries are required, this includes the development headers ImageMagick and Magick++,
0019             these are available with your distribution or from <ulink url="http://www.imagemagick.org/" >http://www.imagemagick.org/</ulink>.
0020         </para>
0021     </sect1>
0022 
0023     <sect1 id="compilation" >
0024         <title>Compilation and Installation</title>
0025         <para>
0026             Compilation of KXStitch requires cmake and suitable build tools, make, gcc, etc. A build script has been provided which should perform the necessary
0027             compilation operations and install KXStitch for which you may be required to enter the root password.
0028         </para>
0029         <para>
0030             <screen width="40" >
0031                 <prompt>bash$</prompt><command>./build.sh</command>
0032             </screen>
0033         </para>
0034     </sect1>
0035 </appendix>