mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
fb6fb185b6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3131 af4574ff-66df-0310-9fd7-8a98e5e911e0
167 lines
5.4 KiB
XML
167 lines
5.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY koffice-download-http "http://mirrors.isc.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
|
|
<!ENTITY koffice-download-ftp "ftp://ftp.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
|
|
<!ENTITY koffice-md5sum "dbc7e76c86647709a3e74f57c0fcf7f5">
|
|
<!ENTITY koffice-size "10.7 MB (27 MB for complete i18n version)">
|
|
<!ENTITY koffice-buildsize "220 MB (additional 55 MB for API docs)">
|
|
<!ENTITY koffice-time "23.7 SBU (additional 0.54 SBU for API docs)">
|
|
]>
|
|
|
|
<sect1 id="koffice">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="koffice.html" ?>
|
|
<title><application>KOffice</application>-&koffice-version;</title>
|
|
|
|
<sect2><title>Introduction to <application>KOffice</application></title>
|
|
|
|
<para><application>KOffice</application> is the integrated office suite
|
|
for <acronym>KDE</acronym>.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&koffice-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&koffice-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &koffice-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &koffice-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&koffice-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&koffice-time;</para></listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
|
|
<para><application>KOffice</application> has many internationalization
|
|
packages in the form of:
|
|
|
|
<filename>koffice-i18n-<replaceable>[xx]</replaceable>-&koffice-version;.tar.bz2</filename>.
|
|
|
|
The <replaceable>[xx]</replaceable> is a two to five letter code for the
|
|
country covered. The sizes of these files range from about 0.3 MB to 4.2
|
|
MB. You can also download a complete i18n version which includes translations
|
|
for all country codes.</para>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download mirrors: <ulink
|
|
url="http://download.kde.org/download.php?url=stable/koffice-&koffice-version;/src/"/>
|
|
</para></listitem>
|
|
<listitem><para><application>KOffice</application> i18n package listing: <ulink
|
|
url="http://mirrors.isc.org/pub/kde/stable/koffice-1.3.5/src/"/></para>
|
|
</listitem>
|
|
<listitem><para>MD5 sums: <ulink
|
|
url="http://mirrors.isc.org/pub/kde/stable/koffice-1.3.5/src/MD5SUMS"/></para>
|
|
</listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title><application>KOffice</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="kdebase"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Recommended</title>
|
|
<para><xref linkend="libjpeg"/>,
|
|
<xref linkend="libart_lgpl"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="libxslt"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="aspell"/>,
|
|
<xref linkend="Python"/>,
|
|
<xref linkend="imagemagick"/>,
|
|
<ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink>,
|
|
<ulink
|
|
url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
|
|
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
|
|
and <xref linkend="doxygen"/></para>
|
|
</sect4>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>KOffice</application></title>
|
|
|
|
<para>Install <application>KOffice</application> with the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<note><para>If you wish to create the <acronym>API</acronym> documentation and
|
|
you have <application>Doxygen</application> and
|
|
<application>GraphViz</application> installed, <command>make apidox</command>
|
|
must be done before <command>make install</command>.</para></note>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>KOffice</application> package provides
|
|
<command>karbon</command>,
|
|
<command>kchart</command>,
|
|
<command>kformula</command>,
|
|
<command>kivio</command>,
|
|
<command>koconverter</command>,
|
|
<command>koscript</command>,
|
|
<command>koshell</command>,
|
|
<command>kprconverter.pl</command>,
|
|
<command>kpresenter</command>,
|
|
<command>kspread</command>,
|
|
<command>kthesaurus</command>,
|
|
<command>kudesigner</command>,
|
|
<command>kugar</command> and
|
|
<command>kword</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Description</title>
|
|
|
|
<sect3><title>kchart</title>
|
|
<para><command>kchart</command> is a chart drawing
|
|
application.</para></sect3>
|
|
|
|
<sect3><title>kformula</title>
|
|
<para><command>kformula</command> is a formula editor.</para></sect3>
|
|
|
|
<sect3><title>kivio</title>
|
|
<para><command>kivio</command> is a flowchart program.</para></sect3>
|
|
|
|
<sect3><title>kpresenter</title>
|
|
<para><command>kpresenter</command> is a presentation builder/display
|
|
program.</para></sect3>
|
|
|
|
<sect3><title>kspread</title>
|
|
<para><command>kspread</command> is a scriptable spreadsheet
|
|
program.</para></sect3>
|
|
|
|
<sect3><title>kugar</title>
|
|
<para><command>kugar</command> is a tool for creating
|
|
reports.</para></sect3>
|
|
|
|
<sect3><title>kword</title>
|
|
<para><command>kword</command> is a framemaker-like word processing and
|
|
desktop publishing program.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|