source: xsoft/suites/openoffice.xml@ 2dfcd1d

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2dfcd1d was 2dfcd1d, checked in by DJ Lucas <dj@…>, 19 years ago

update to OOo-1.1.3 and added gcc-3.3.3-linkonce patch

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

  • Property mode set to 100644
File size: 11.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY openoffice-download-http "http://download.openoffice.org/&openoffice-version;/source.html">
8 <!ENTITY openoffice-download-ftp "ftp://ftp.ussg.iu.edu/pub/openoffice/stable/&openoffice-version;/OOo_&openoffice-version;-1_source.tar.gz">
9 <!ENTITY openoffice-size "205 MB">
10 <!ENTITY openoffice-buildsize "5.8 GB">
11 <!ENTITY openoffice-time "81 SBU">
12]>
13
14<sect1 id="openoffice" xreflabel="OpenOffice-&openoffice-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="openoffice.html" ?>
20<title>OpenOffice-&openoffice-version;</title>
21
22<sect2>
23<title>Introduction to <application>OpenOffice</application></title>
24
25<para>The <application>OpenOffice</application> is an office suite, the
26Open Source sibling of <application>StarOffice</application>.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download Mirrors (HTTP): <ulink
31url="&openoffice-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&openoffice-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &openoffice-size;
35(additional 11-13 MB for localized help content file)</para></listitem>
36<listitem><para>Estimated Disk space required:
37&openoffice-buildsize; (more if using localized help content)</para></listitem>
38<listitem><para>Estimated build time:
39&openoffice-time; (longer if using localized help content)</para></listitem>
40</itemizedlist>
41</sect3>
42
43<sect3><title>Additional downloads</title>
44<itemizedlist spacing='compact'>
45
46<listitem><para>Required patch (Executable <command>test</command> is in
47<filename class="directory">/bin</filename>,
48not in <filename class="directory">/usr/bin</filename>): <ulink
49url="&patch-root;/openoffice-&openoffice-version;-test_bin_loc-1.patch"/></para></listitem>
50
51<listitem><para>Required patch to use system freetype: <ulink
52url="&patch-root;/openoffice-&openoffice-version;-freetype-1.patch"/></para>
53</listitem>
54
55<listitem><para>Required patch if
56Linux-<acronym>PAM</acronym>-&Linux_PAM-version; is not installed: <ulink
57url="&patch-root;/openoffice-&openoffice-version;-no_pam-1.patch"/></para>
58</listitem>
59
60<listitem><para>Required patch if compiling with
61<acronym>JDK</acronym>-&j2sdk-src-version;: <ulink
62url="&patch-root;/openoffice-&openoffice-version;-jdk_&j2sdk-src-version;_fix-1.patch"/></para>
63</listitem>
64
65<listitem><para>Required patch for gcc-3.3.3: <ulink
66url="&patch-root;/openoffice-&openoffice-version;-gcc33-1.patch"/></para>
67</listitem>
68
69<listitem><para>General Polygon Clipper Library (Optional if
70libart_lgpl-&libart_lgpl-version; is used): <ulink
71url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/></para>
72</listitem>
73
74<listitem><para>The source <acronym>TAR</acronym> ball only contains English
75language help. A localized help content file may be available at: <ulink
76url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para>
77</listitem>
78
79</itemizedlist>
80</sect3>
81
82<sect3><title><application>OpenOffice</application> dependencies</title>
83<sect4><title>Required</title>
84<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
85<xref linkend="freetype2"/>,
86<xref linkend="zip"/>,
87<xref linkend="unzip"/>,
88<xref linkend="tcsh"/>,
89<xref linkend="which"/> and
90<xref linkend="gcc3"/></para>
91</sect4>
92
93<sect4><title>Recommended</title>
94<para><xref linkend="j2sdk"/></para>
95</sect4>
96
97<sect4><title>Optional</title>
98<para><xref linkend="Linux_PAM"/>,
99<xref linkend="libart_lgpl"/>,
100<xref linkend="startup-notification"/>,
101<xref linkend="apache-ant"/> and
102<xref linkend="curl"/></para>
103</sect4>
104</sect3>
105
106</sect2>
107
108<sect2>
109<title>Installation of <application>OpenOffice</application></title>
110
111<para>Apply the downloaded patches and, optionally, untar and move the gpc
112files:</para>
113
114<screen><userinput><command>tar -zxf ../gpc231.tar.Z &amp;&amp;
115mv gpc231/* external/gpc &amp;&amp;
116rmdir gpc231 &amp;&amp;
117for patch in ../openoffice-&openoffice-version;-*.patch
118 do patch -Np1 -i $patch
119 done</command></userinput></screen>
120
121<para>STLport looks for the c++ headers in the wrong location. Put a
122temporary symlink in place to satisfy STLport:</para>
123
124<screen><userinput><command>ln -sf /opt/gcc-3.3.3/include/c++/3.3.3 /usr/g++-v3</command></userinput></screen>
125
126<para>OpenOffice fails to build with gcc-3.4.1. Set your path to
127include gcc-3.3.3.</para>
128
129<screen><userinput><command>export PATH_HOLD=$PATH &amp;&amp;
130export PATH=/opt/gcc-3.3.3/bin:$PATH</command></userinput></screen>
131
132<para>If you want to optimize the build, edit
133<filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization
134flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
135problems with <parameter>-fomit-frame-pointer</parameter>. The best option is
136to not use any custom optimizations. The following command removes an incorrect
137<parameter>-mcpu</parameter> option in the above file.</para>
138
139<screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \
140 solenv/inc/unxlngi4.mk</command></userinput></screen>
141
142<para>Configure <application>OpenOffice</application> using the following
143commands. You may build install sets for specific languages based on your
144preferences. Supply a comma separated list to the <envar>--with-lang=</envar>
145switch. If a particular component is not available in the language of your
146choice, the default will be English. If you need other languages, be sure to
147add <parameter>ENUS</parameter> to the list; otherwise the build will
148fail.</para>
149
150<screen><userinput><command>cd config_office/ &amp;&amp;
151./configure --with-lang=ENUS \
152 --with-dict=ENUS --without-fonts \
153 --enable-libsn --with-system-zlib \
154 --with-system-freetype &amp;&amp;
155cd ..</command></userinput></screen>
156
157<para><application>OpenOffice</application> fails to compile if
158<command>umask</command> is set to something exotic. The build can also
159fial if the <envar>LANG</envar> or <envar>LC_ALL</envar> evvironment
160variables are set.</para>
161
162<screen><userinput><command>umask 0022 &amp;&amp;
163unset LANG LC_ALL</command></userinput></screen>
164
165<para>Compile <application>OpenOffice</application> using the following
166commands:</para>
167
168<screen><userinput><command>./bootstrap &amp;&amp;
169bash -c "source LinuxIntelEnv.Set.sh; dmake"</command></userinput></screen>
170
171<para>If you have downloaded localized help content <filename>tgz</filename>
172files, you will need to untar them to the appropriate directory as shown
173below and then recreate the installation set.</para>
174
175<screen><userinput><command>cd solver/645/unxlngi4.pro/pck &amp;&amp;
176for i in ../../../../../helpcontent_*_unix.tgz
177 do tar -xvzf $i
178 done &amp;&amp;
179cd ../../../../instsetoo &amp;&amp;
180rm -rf unxlngi4.pro &amp;&amp;
181cd .. &amp;&amp;
182bash -c "source LinuxIntelEnv.Set.sh ; dmake"</command></userinput></screen>
183
184<para>Install <application>OpenOffice</application> using the following
185commands to install the English language set. To install a localized version,
186replace the 01 with the international telephone country code for your
187country.</para>
188
189<screen><userinput><command>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
190sed -i "s:^oo_home=.*:oo_home=openoffice:" install &amp;&amp;
191./install --prefix=/opt &amp;&amp;
192for appl in sagenda scalc sdraw sfax simpress slabel sletter \
193 smaster smath smemo soffice spadmin svcard sweb swriter
194 do ln -sf /opt/openoffice/program/$appl /usr/bin/$appl
195 done</command></userinput></screen>
196
197</sect2>
198
199<para>Finally, return your environment to it's original state:</para>
200
201<screen><userinput><command>export PATH=$PATH_HOLD &amp;&amp;
202rm -f /usr/g++-v3</command></userinput></screen>
203
204<sect2>
205<title>Command explanations</title>
206
207<para>
208<command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the
209appropriate location.</para>
210
211<para><parameter>--with-lang=ENUS</parameter>: Make install set for the
212US English language.</para>
213
214<para><parameter>--with-dict=ENUS</parameter>: Install dictionaries for
215the US English language.</para>
216
217<para><parameter>--enable-libart</parameter>: Use libart instead of gpc for
218polygon clipping.</para>
219
220<para><parameter>--with-libsn</parameter>: Use
221<application>startup-notification</application>.</para>
222
223<para><parameter>--disable-java</parameter>: Do not build components that need
224java.</para>
225
226<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon
227clipping capability.</para>
228
229<para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera
230fonts since they are already bundled with <application>X</application>.</para>
231
232<para><parameter>--with-system-curl</parameter>: Use the system
233installed curl.</para>
234
235<para><command>./bootstrap</command>: Create packages required to bootstrap
236the build.</para>
237
238<para><command>dmake</command>: Compile the package.</para>
239
240<para><command>sed -i "s:^oo_home=...</command>: Remove version specific
241installation directory.</para>
242
243<para><command>for appl in sagenda scalc sdraw sfax ...;
244do ...</command>: Create links so that the package can be started from the
245command-line without changes to the existing path.</para>
246
247</sect2>
248
249<sect2>
250<title>Contents</title>
251
252<para>The <application>OpenOffice</application> package contains
253<command>sagenda</command>, <command>scalc</command>,
254<command>sdraw</command>, <command>sfax</command>,
255<command>simpress</command>, <command>slabel</command>,
256<command>sletter</command>, <command>smaster</command>,
257<command>smath</command>, <command>smemo</command>,
258<command>soffice</command>, <command>spadmin</command>,
259<command>svcard</command>, <command>sweb</command>,
260<command>swriter</command>, <application>OpenOffice</application>
261libraries and support utilities.</para>
262
263</sect2>
264
265<sect2><title>Description</title>
266
267<sect3><title>sagenda</title>
268<para>Create an agenda template and start
269<command>swriter</command>.</para></sect3>
270
271<sect3><title>scalc</title>
272<para>Spreadsheet application.</para></sect3>
273
274<sect3><title>sdraw</title>
275<para>Drawing application.</para></sect3>
276
277<sect3><title>sfax</title>
278<para>Create a fax template and start
279<command>swriter</command>.</para></sect3>
280
281<sect3><title>simpress</title>
282<para>Presentation application.</para></sect3>
283
284<sect3><title>slabel</title>
285<para>Create a label template and start
286<command>swriter</command>.</para></sect3>
287
288<sect3><title>sletter</title>
289<para>Create a letter template and start
290<command>swriter</command>.</para></sect3>
291
292<sect3><title>smaster</title>
293<para>Creates a new master document.</para></sect3>
294
295<sect3><title>smath</title>
296<para>Mathematical formula editor.</para></sect3>
297
298<sect3><title>smemo</title>
299<para>Create a memo template and start
300<command>swriter</command>.</para></sect3>
301
302<sect3><title>soffice</title>
303<para>Opens a base window with access to all
304<application>OpenOffice</application> applications.</para></sect3>
305
306<sect3><title>spadmin</title>
307<para><application>OpenOffice</application> Printer Configuration. You may
308need to run this if you are having any printing problems.</para></sect3>
309
310<sect3><title>svcard</title>
311<para>Business card application.</para></sect3>
312
313<sect3><title>sweb</title>
314<para>An <acronym>HTML</acronym> editor.</para></sect3>
315
316<sect3><title>swriter</title>
317<para>Word processing application.</para></sect3>
318
319</sect2>
320
321</sect1>
322
Note: See TracBrowser for help on using the repository browser.