source: xsoft/suites/koffice.xml@ 434da29

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 434da29 was 434da29, checked in by Mark Hymers <markh@…>, 22 years ago

add /CVS to path for patch

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

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<sect1 id="koffice">
2<?dbhtml filename="koffice.html" dir="xsoft"?>
3<title>Installation of KOffice</title>
4
5<para>KOffice is the integrated office suite for KDE.</para>
6
7<para>
8<screen>Download location: <ulink url="&koffice-download;"/>
9Version used: &koffice-version;
10Package size: &koffice-size;
11Estimated build time: 51m (667 MHz) </screen>
12</para>
13
14<para>There is also an error in the kspread program that causes a
15compile error. To fix this, download:
16<screen><ulink url="&file-root;/koffice-1.1.1.patch"/></screen>
17</para>
18
19<para>KOffice also has many internationalization packages in the form of:
20<screen>koffice-i18n-xx-&koffice-version;.tar.bz2</screen>
21where the xx is a two to five letter code for the country covered. The sizes of these
22files range from about 289 KB to 408 KB.</para>
23
24<para><screen>Estimated build disk space: 91 MB
25Estimated installed space: 26 MB
26Estimated build time: 51 min (667 MHz)</screen></para>
27
28<para>Install koffice with:
29<screen><userinput>patch -Np1 -i ../koffice-1.1.1.patch &amp;&amp;
30./configure --prefix=&kde-dir; --enable-objprelink --disable-debug &amp;&amp;
31make &amp;&amp;
32make install</userinput></screen></para>
33
34<sect2><title>koffice Installation Commmand explanations</title>
35<para>The options are the same as for aRts and are not repeated here.</para>
36</sect2>
37
38<sect2><title>Configuring koffoce</title>
39<para>There is no explicit configuration for the koffice package.
40</para>
41</sect2>
42
43<sect2>
44<title>Contents</title>
45<para>The KOffice package provides:</para>
46<itemizedlist>
47<listitem><para>KWord - Framemaker-like word processing and desktop publishing program</para></listitem>
48<listitem><para>KSpread - Spreadsheet program (scriptable)</para></listitem>
49<listitem><para>KPresenter - Presentation builder/display program</para></listitem>
50<listitem><para>Kivio - Flowchart program</para></listitem>
51<listitem><para>Kontour - Vector drawing program</para></listitem>
52<listitem><para>Krita - Painting and image editing program</para></listitem>
53<listitem><para>Kugar - A tool for creating reports</para></listitem>
54<listitem><para>KPlato - Project management application (early stages of development)</para></listitem>
55<listitem><para>KChart - Chart drawing application</para></listitem>
56<listitem><para>KFormula - Formula editor</para></listitem>
57</itemizedlist>
58</sect2>
59</sect1>
Note: See TracBrowser for help on using the repository browser.