glfs/xsoft/suites/koffice.xml
Mark Hymers 434da2938f add /CVS to path for patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@134 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-25 11:48:35 +00:00

60 lines
2.3 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;
Estimated build time: 51m (667 MHz) </screen>
</para>
<para>There is also an error in the kspread program that causes a
compile error. To fix this, download:
<screen><ulink url="&file-root;/koffice-1.1.1.patch"/></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><screen>Estimated build disk space: 91 MB
Estimated installed space: 26 MB
Estimated build time: 51 min (667 MHz)</screen></para>
<para>Install koffice with:
<screen><userinput>patch -Np1 -i ../koffice-1.1.1.patch &amp;&amp;
./configure --prefix=&kde-dir; --enable-objprelink --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 aRts and are not repeated here.</para>
</sect2>
<sect2><title>Configuring koffoce</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>