glfs/xsoft/suites/koffice.xml
Bruce Dubbs 17d9e29fc7 Update KOffice to version 1.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@280 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-29 14:26:39 +00:00

53 lines
2.1 KiB
XML

<sect1 id="koffice">
<?dbhtml filename="koffice.html" dir="xsoft"?>
<title>Installation of KOffice</title>
<para>KOffice is the integrated office suite for KDE.</para>
<para>
<screen>Download location: <ulink url="&koffice-download;"/>
Version used: &koffice-version;
Package size: &koffice-size;
Build disk space: 133 MB
Installed space: 35 MB</screen></para>
<para><screen>KOffice depends on: <xref linkend="kde-base"/>.</screen></para>
<para>KOffice also has many internationalization packages in the form of:
<screen>koffice-i18n-xx-&koffice-version;.tar.bz2</screen>
where the xx is a two to five letter code for the country covered. The sizes of these
files range from about 289 KB to 408 KB.</para>
<para>Install koffice with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<sect2><title>koffice Installation Commmand explanations</title>
<para>The options are the same as for kde-base and are not repeated here.</para>
</sect2>
<sect2><title>Configuring koffice</title>
<para>There is no explicit configuration for the koffice package.
</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The KOffice package provides:</para>
<itemizedlist>
<listitem><para>KWord - Framemaker-like word processing and desktop publishing program</para></listitem>
<listitem><para>KSpread - Spreadsheet program (scriptable)</para></listitem>
<listitem><para>KPresenter - Presentation builder/display program</para></listitem>
<listitem><para>Kivio - Flowchart program</para></listitem>
<listitem><para>Kontour - Vector drawing program</para></listitem>
<listitem><para>Krita - Painting and image editing program</para></listitem>
<listitem><para>Kugar - A tool for creating reports</para></listitem>
<listitem><para>KPlato - Project management application (early stages of development)</para></listitem>
<listitem><para>KChart - Chart drawing application</para></listitem>
<listitem><para>KFormula - Formula editor</para></listitem>
</itemizedlist>
</sect2>
</sect1>