source: kde/inst/kde-graphics.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<sect1 id="kde-graphics">
2<?dbhtml filename="kde-graphics.html" dir="kde"?>
3<title>Installation of KDE Graphics</title>
4
5<para><screen>Estimated build disk space: 24 MB
6Estimated installed space: 7 MB
7Package size: &kde-graphics-size;
8Estimated build time: 24 min (667 MHz)</screen></para>
9
10<para>kdegraphics depends on:
11<screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script).
12The kuickshow program requires <xref linkend="imlib"/>.
13The kooka program requires <filename>sane</filename>.</screen></para>
14
15<para>Install kdegraphics with:
16<screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
17 --disable-debug --disable-dependency-tracking &amp;&amp;
18make &amp;&amp;
19make install</userinput></screen></para>
20
21<sect2>
22<title>Contents</title>
23<para>The KDE Graphics package provides:</para>
24<itemizedlist>
25<listitem><para>kcoloredit - color pallette editor</para></listitem>
26<listitem><para>kdvi - DVI viewer</para></listitem>
27<listitem><para>kfax - FAX viewer</para></listitem>
28<listitem><para>kfract - A fractal generator</para></listitem>
29<listitem><para>kghostview - PS/PDF viewer</para></listitem>
30<listitem><para>kiconedit - An icon editor</para></listitem>
31<listitem><para>kooka - Raster image scan program</para></listitem>
32<listitem><para>kpaint - A paint program</para></listitem>
33<listitem><para>kruler - Screen ruler</para></listitem>
34<listitem><para>ksnapshot - Screen capture program</para></listitem>
35<listitem><para>kuickshow - Image viewer</para></listitem>
36<listitem><para>kview - Another image viewer</para></listitem>
37</itemizedlist>
38</sect2>
39</sect1>
40
Note: See TracBrowser for help on using the repository browser.