Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > d850f7dd4b36e681be8f41afe2482c0c > files > 57

kxstitch-0.6-2mdk.i586.rpm

<appendix id="installation" >
  <title>Installation</title>
  <sect1 id="getting-kxstitch" >
    <title>How to obtain &kapp;</title>
    <para>
      &kapp; can be found at SourceForge at <ulink url="http://sourceforge.net/projects/kxstitch" >http://sourceforge.net/projects/kxstitch</ulink>.
      The &kapp; homepage can be found at <ulink url="http://kxstitch.sourceforge.net" >http://kxstitch.sourceforge.net</ulink>
    </para>
  </sect1>
  <sect1 id="requirements" >
    <title>Requirements</title>
    <para>
      &kapp; has been written for &kde; 3.x with &Qt; 3.x.
    </para>
    <para>
      For the image import functions the ImageMagick libraries are required, this includes the development headers ImageMagick and Magick++,
      these are available with your distribution or from <ulink url="http://www.imagemagick.org/" >http://www.imagemagick.org/</ulink>.
    </para>
    <para>
      For the scanning of images the Sane libraries need to be installed, and your scanner configured correctly.  Sane is available in your
      distribution or from <ulink url="http://www.mostang.com/sane/" >http://www.mostang.com/sane/</ulink>.
    </para>
  </sect1>
  <sect1 id="compilation" >
    <title>Compilation and Installation</title>
    <para>
      <screen width="40" >
        <prompt>bash$</prompt>
        <command>./configure</command>
        <prompt>bash$</prompt>
        <command>make</command>
        <prompt>bash$</prompt>
        <command>make install</command>
      </screen>
    </para>
    <para>
      Since &kapp; uses <command>autoconf</command> and <command>automake</command> you should have not trouble compiling it.
      Should you run into problems please report them to the developer at <email>stephen@mirramar.fsnet.co.uk</email>.
    </para>
  </sect1>
</appendix>