source: xsoft/office/libreoffice.xml@ b9f61df

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b9f61df was 76df61c, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libpng-1.6.13.
Update to icedtea-web-1.5.1, reorder some dependencies and add a desktop file. Replace Xulrunner-31.0 dependency by NPAPI-SDK-0.27.2, thanks to Armin K, from systemd branch for remembering (I had asked about this in one list some time ago, but forgot to check).
OpenJDK-1.7.0.65/IcedTea-2.5.1: fix man pages and add a desktop file.

LibreOffice-4.3.0: reorder some dependencies; add comment about the two SBUs and buildsizes, thanks to Christopher G, from systemd branch, for noticing.

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

  • Property mode set to 100644
File size: 26.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
8
9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
10 <!ENTITY libreoffice-core-md5sum "de0d9322f3aaeb20abd5e06c5c0972bb">
11 <!ENTITY libreoffice-core-size "145 MB">
12
13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
14 <!ENTITY libreoffice-dict-md5sum "cd27ec060c68079a13abf0984dbbf5fa">
15 <!ENTITY libreoffice-dict-size "36 MB">
16
17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
18 <!ENTITY libreoffice-help-md5sum "89d9da0ff2d5ea07f8c30c680fee2b0a">
19 <!ENTITY libreoffice-help-size "1.8 MB">
20
21 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
22 <!ENTITY libreoffice-translations-md5sum "8e2f7905a0f827f655a1e21d93c6ddf7">
23 <!ENTITY libreoffice-translations-size "121 MB">
24
25 <!-- This package has some peculiarities, some discussed in the text.
26 Two values for SBU and buildsize are given due to the large difference
27 measured by editors, depending on architecture and sometimes installed
28 dependencies (with-system... -->
29
30 <!ENTITY libreoffice-buildsize "8.23 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
31 <!ENTITY libreoffice-time "144 SBU - 165 SBU, with translations">
32 <!-- This package has some peculiarities, some discussed in the text.
33 Two values for SBU and buildsize are given due to the large difference
34 measured by editors, depending on architecture and sometimes installed
35 dependencies (with-system... -->
36]>
37
38<sect1 id="libreoffice" xreflabel="LibreOffice-&libreoffice-version;">
39 <?dbhtml filename="libreoffice.html"?>
40
41 <sect1info>
42 <othername>$LastChangedBy$</othername>
43 <date>$Date$</date>
44 </sect1info>
45
46 <title>LibreOffice-&libreoffice-version;</title>
47
48 <indexterm zone="libreoffice">
49 <primary sortas="a-LibreOffice">LibreOffice</primary>
50 </indexterm>
51
52 <sect2 role="package">
53 <title>Introduction to LibreOffice</title>
54
55 <para>
56 <application>LibreOffice</application> is a full-featured office suite.
57 It is largely compatible with <application>Microsoft Office</application>
58 and is descended from <application>OpenOffice.org</application>.
59 </para>
60
61 &lfs75_checked;
62
63 <bridgehead renderas="sect3">Package Information</bridgehead>
64 <itemizedlist spacing="compact">
65 <listitem>
66 <para>
67 Core Download: <ulink url="&libreoffice-core-download-http;"/>
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Core Download MD5 sum: &libreoffice-core-md5sum;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Core Download size: &libreoffice-core-size;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated disk space required: &libreoffice-buildsize;
83 </para>
84 </listitem>
85 <listitem>
86 <para>
87 Estimated build time: &libreoffice-time;
88 </para>
89 </listitem>
90 </itemizedlist>
91
92 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
93 <itemizedlist spacing="compact">
94 <listitem>
95 <para>
96 Dictionaries: <ulink url="&libreoffice-dict-download-http;"/>
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 Dictionaries MD5 sum: &libreoffice-dict-md5sum;
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 Dictionaries size: &libreoffice-dict-size;
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 Help Files: <ulink url="&libreoffice-help-download-http;"/>
112 </para>
113 </listitem>
114 <listitem>
115 <para>
116 Help Files MD5 sum: &libreoffice-help-md5sum;
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 Help Files size: &libreoffice-help-size;
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 Translations: <ulink url="&libreoffice-translations-download-http;"/>
127 </para>
128 </listitem>
129 <listitem>
130 <para>
131 Translations MD5 sum: &libreoffice-translations-md5sum;
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 Translations size: &libreoffice-translations-size;
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 Required patch for i686 systems, in order to fix a problem inroduced
142 by <application>&gcc-490;</application>:
143 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
144 </para>
145 </listitem>
146 </itemizedlist>
147
148 <bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead>
149
150 <bridgehead renderas="sect4">Required</bridgehead>
151 <para role="required">
152 <xref linkend="perl-archive-zip"/>,
153 <xref linkend="unzip"/>,
154 <xref linkend="wget"/>,
155 <xref linkend="which"/>, and
156 <xref linkend="zip"/>
157 </para>
158
159 <bridgehead renderas="sect4">Recommended</bridgehead>
160 <note>
161 <para>
162 Most of these packages are recommended because if they're not installed,
163 the build process will compile and install its own (often older)
164 version.
165 </para>
166 </note>
167
168 <para role="recommended">
169 <!--<xref linkend="boost"/>,-->
170 <xref linkend="clucene"/>,
171 <xref linkend="cups"/>,
172 <xref linkend="curl"/>,
173 <xref linkend="dbus-glib"/>,
174 <xref linkend="libjpeg"/>,
175 <xref linkend="glu"/>,
176 <xref linkend="graphite2"/>,
177 <xref linkend="gst-plugins-base"/> or
178 <xref linkend="gst10-plugins-base"/>,
179 <xref linkend="gtk2"/>,
180 <xref linkend="harfbuzz"/>,
181 <xref linkend="icu"/>,
182 <xref linkend="lcms2"/>,
183 <xref linkend="librsvg"/>,
184 <xref linkend="libxml2"/> and
185 <xref linkend="libxslt"/>,
186 <xref linkend="mesalib"/>,
187 <xref linkend="neon"/>,
188 <xref linkend="npapi-sdk"/>,
189 <xref linkend="nss"/>,
190 <xref linkend="openldap"/> (client only),
191 <xref linkend="openssl"/>,
192 <xref linkend="poppler"/>,
193 <xref linkend="python3"/> (used to build the translations),
194 <xref linkend="redland"/>, and
195 <xref linkend="unixodbc"/>
196 </para>
197
198 <bridgehead renderas="sect4">Optional</bridgehead>
199 <para role="optional">
200 <xref linkend="avahi"/>,
201 <xref linkend="bluez"/>,
202 <xref linkend="doxygen"/> (not relevant if using --disable-odk),
203 <xref linkend="gdb"/>,
204 <xref linkend="gtk3"/>,
205 <xref linkend="kdelibs"/>,
206 <xref linkend="libatomic_ops"/>,
207 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
208 <xref linkend="mitkrb"/>,
209 <xref linkend="openjdk"/>,
210 <xref linkend="postgresql"/>,
211 <xref linkend="sane"/>,
212 <xref linkend="vlc"/>,
213 <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>,
214 <ulink url="http://www.firebirdsql.org/">firebird</ulink>,
215 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
216 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
217 <ulink url="http://www.freedesktop.org/wiki/Software/libabw/">libabw</ulink>,
218 <ulink url="http://www.freedesktop.org/wiki/Software/libcdr/">libcdr</ulink>,
219 <ulink url="http://sourceforge.net/projects/libcmis/">libcmis</ulink>,
220 <ulink url="http://www.sourceforge.net/projects/libebook/">libebook</ulink>,
221 <ulink url="http://www.freedesktop.org/wiki/Software/libexttextcat/">libexttextcat</ulink>,
222 <ulink url="http://www.freedesktop.org/wiki/Software/libfreehand/">libfreehand</ulink>,
223 <ulink url="http://tagoh.bitbucket.org/liblangtag/">liblangtag</ulink>,
224 <ulink url="http://www.freedesktop.org/wiki/Software/libmspub/">libmspub</ulink>,
225 <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>,
226 <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>,
227 <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>,
228 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
229 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
230 <ulink url="http://libwps.sourceforge.net/">libwps</ulink>,
231 <ulink url="http://lpsolve.sourceforge.net/">lp_solve</ulink>,
232 <ulink url="http://code.google.com/p/multidimalgorithm/">mdds</ulink>,
233 <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>,
234 <ulink url="https://gitorious.org/orcus">Orcus</ulink>,
235 <ulink url="http://hci.iwr.uni-heidelberg.de/vigra/">VIGRA</ulink>, and
236 <ulink url="&gnome-download-http;/zenity/">Zenity</ulink>
237 </para>
238
239 <para>There are many optional dependencies not listed here. They can be
240 found in <quote>download.lst</quote> (source directory).
241 </para>
242
243 <para condition="html" role="usernotes">
244 User Notes: <ulink url="&blfs-wiki;/libreoffice"/>
245 </para>
246 </sect2>
247
248 <sect2 role="installation">
249 <title>Installation of LibreOffice</title>
250
251 <warning>
252 <para>
253 Untaring the libreoffice-&libreoffice-dlversion; tarball as
254 <systemitem class="username">root</systemitem> has the curious effect of
255 changing the ownership of the <emphasis>parent</emphasis> directory
256 to a user with numerical id 11012 and with the permissions set to allow
257 read, write and execute for that user only! If you untared as
258 <systemitem class="username">root</systemitem> in your home folder you
259 could end up unable to log in again. If you untared it in
260 <filename class="directory">/usr</filename> you would find your user
261 account unable to access any file in
262 <filename class="directory">/usr</filename>.
263 </para>
264
265 <para>
266 You can avoid this unpleasantness by
267 <emphasis>not</emphasis> untaring it as
268 <systemitem class="username">root</systemitem>. If you must untar it as
269 <systemitem class="username">root</systemitem> pass the option
270 <option>--no-overwrite-dir</option> to tar. This is the default when you
271 untar as a user but has to be passed as an option when untaring as
272 <systemitem class="username">root</systemitem>:
273 </para>
274 </warning>
275
276<screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
277cd libreoffice-&libreoffice-dlversion;</userinput></screen>
278
279 <para>
280 Unpack the dictionaries file and create symlinks to tarballs from the
281 source directory so they won't get downloaded again (it is not necessary
282 to unpack the help nor the translations tarballs):
283 </para>
284
285<screen><userinput>install -dm755 external/tarballs &amp;&amp;
286
287tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &amp;&amp;
288<!-- Not necessary for this version
289tar -xf ../libreoffice-help-&libreoffice-dlversion;.tar.xz -\-no-overwrite-dir -\-strip-components=1 &amp;&amp;
290-->
291ln -sv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
292ln -sv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
293
294<!-- Not necessary for this version
295 <para>
296 If you have downloaded the translations tarball, unpack it:
297 </para>
298
299<screen><userinput>tar -xf ../libreoffice-translations-&libreoffice-dlversion;.tar.xz -\-no-overwrite-dir -\-strip-components=1 &amp;&amp;
300ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz src/</userinput></screen>
301-->
302 <para>
303 If you have downloaded the translations tarball, create a symlink:
304 </para>
305
306<screen><userinput>ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
307
308 <note>
309 <para>
310 During the build process, some packages will be downloaded (including
311 the ones listed as recommended and optional dependencies) if they are
312 not present on the system. Doing so, build time may be different
313 for everyone.
314 </para>
315 </note>
316
317 <para>
318 In the rest of the page, locales "en-US" and "pt-BR" are examples; you
319 can change them to suit your needs - you might want to read the
320 "Command Explanations", further below, before proceeding.
321 </para>
322
323 <para>
324 Due to the large size of the package, you may prefer to install it in
325 <filename class="directory">/opt</filename>, instead of
326 <filename class="directory">/usr</filename>. Depending on your choice,
327 replace <replaceable>&lt;PREFIX&gt;</replaceable> by
328 <filename class="directory">/usr</filename> or by
329 <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>:
330 </para>
331
332<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
333
334 <para>
335 For i686 systems, fix a problem inroduced by
336 <application>&gcc-490;</application>:
337 </para>
338
339<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch &amp;&amp;</userinput></screen>
340
341 <para>
342 Prepare <application>LibreOffice</application> for compilation by running
343 the following commands:
344 </para>
345
346<screen><userinput>sed -e "/gzip -f/d" \
347 -e "s|.1.gz|.1|g" \
348 -i bin/distro-install-desktop-integration &amp;&amp;
349sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
350
351sed -e "/distro-install-file-lists/d" \
352 -e "s:fetch_Download_item:&amp;_unchecked:" \
353 -e "/fetch_Download_item/s:,no-check::" \
354 -i Makefile.in &amp;&amp;
355
356chmod -v +x bin/unpack-sources &amp;&amp;
357sed -e "s/target\.mk/langlist\.mk/" \
358 -e "s/tar -xf/tar -x --strip-components=1 -f/" \
359 -e "/tar -x/s/lo_src_dir/start_dir/" \
360 -i bin/unpack-sources &amp;&amp;
361
362./autogen.sh --prefix=$LO_PREFIX \
363 --sysconfdir=/etc \
364 --with-vendor="BLFS" \
365 --with-lang="en-US pt-BR" \
366 --with-help \
367 --with-alloc=system \
368 --without-java \
369 --disable-gconf \
370 --disable-odk \
371 --disable-postgresql-sdbc \
372 --enable-release-build=yes \
373 --enable-python=system \<!--
374 - -with-system-boost \ -->
375 --with-system-clucene \
376 --with-system-cairo \
377 --with-system-curl \
378 --with-system-expat \
379 --with-system-graphite \
380 --with-system-harfbuzz \
381 --with-system-icu \
382 --with-system-jpeg \
383 --with-system-lcms2 \
384 --with-system-libpng \
385 --with-system-libxml \
386 --with-system-mesa-headers \
387 --with-system-neon \
388 --with-system-npapi-headers \
389 --with-system-nss \
390 --with-system-odbc \
391 --with-system-openldap \
392 --with-system-openssl \
393 --with-system-poppler \
394 --with-system-redland \
395 --with-system-zlib \
396 --with-parallelism=$(getconf _NPROCESSORS_ONLN)</userinput></screen>
397
398 <para>
399 The instructions below will only build the package without running
400 any unit tests. If you prefer to run the unit tests, replace
401 <command>make build</command> with <command>make</command>.
402 </para>
403
404 <para>
405 Build the package:
406 </para>
407
408<screen><userinput>make build</userinput></screen>
409
410 <para>
411 Now, as the <systemitem class="username">root</systemitem> user:
412 </para>
413
414<screen role="root"><userinput>make distro-pack-install &amp;&amp;
415install -v -m755 -d $LO_PREFIX/share/appdata &amp;&amp;
416install -v -m644 sysui/desktop/appstream-appdata/*.xml \
417 $LO_PREFIX/share/appdata</userinput></screen>
418
419 <para>
420 If the dictionaries have been built, again as
421 <systemitem class="username">root</systemitem> user:
422 </para>
423
424<screen role="root"><userinput>chown -cR 0:0 dictionaries/ &amp;&amp;
425mkdir -pv $LO_PREFIX/lib/libreoffice/share/extensions/dict-en &amp;&amp;
426cp -vR dictionaries/en/* $LO_PREFIX/lib/libreoffice/share/extensions/dict-en &amp;&amp;
427mkdir -pv $LO_PREFIX/lib/libreoffice/share/extensions/dict-pt-BR &amp;&amp;
428cp -vR dictionaries/pt_BR/* $LO_PREFIX/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen>
429
430 <para>
431 If installed in <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>
432 and the icons in the new items of the desktop menu are not properly displayed,
433 optionally run the following commands, as
434 <systemitem class="username">root</systemitem> user (it may be necessary
435 to logout the session, before the icons appear):
436 </para>
437
438<screen role="root"><userinput>mkdir -pv /usr/share/pixmaps &amp;&amp;
439for i in writer base calc draw impress math startcenter writer
440do
441 ln -svf /opt/libreoffice-&libreoffice-dlversion;/share/icons/hicolor/32x32/apps/libreoffice-$i.png \
442 /usr/share/pixmaps/
443done
444unset i</userinput></screen>
445
446 </sect2>
447
448 <sect2 role="commands">
449 <title>Command Explanations</title>
450
451 <para>
452 <command>sed -e ...</command>: First sed prevents compression of the
453 manual pages, the second one prevents a script that causes install to
454 fail from running, the third one fixes the download location and the
455 fourth one fixes the unpack script.
456 </para>
457
458 <para>
459 <command>chmod -v +x ...</command>: Fix the unpack script's permissions.
460 </para>
461
462 <para>
463 <parameter>--with-vendor=BLFS</parameter>: This switch sets BLFS as
464 the vendor which is mentioned when you click "About" on the toolbar.
465 </para>
466<!-- I believe en-US is not necessary anymore
467 <para>
468 <parameter>-\-with-lang="en-US pt-BR"</parameter>: This switch sets
469 what languages to support. en-US is always needed. To list several
470 languages, separate them with a space. For all languages, use
471 <parameter>-\-with-lang=ALL</parameter>
472 </para>
473-->
474
475 <para>
476 <parameter>--with-lang="en-US pt-BR"</parameter>: This switch sets
477 what languages to support. To list several languages, separate them with
478 a space. For all languages, use
479 <parameter>--with-lang=ALL</parameter>.
480 </para>
481
482 <note><para>
483 For a list of the available languages, you can uncompress the
484 translations tarball, <command>tar -xf
485 ../libreoffice-translations-&libreoffice-dlversion;.tar.xz
486 --no-overwrite-dir -C /tmp</command>, and run <command>ls
487 /tmp/libreoffice-&libreoffice-dlversion;/translations/source</command>.
488 </para></note>
489
490 <para>
491 <parameter>--with-help</parameter>: Without this switch, the help files
492 are not built.
493 </para>
494
495 <para>
496 <parameter>--with-alloc=system</parameter>: This switch tells
497 <application>LibreOffice</application> to use system allocator
498 instead of the internal one.
499 </para>
500
501 <para>
502 <parameter>--without-java</parameter>: This switch disables
503 <application>Java</application> support in
504 <application>LibreOffice</application>.
505 </para>
506
507 <para>
508 <parameter>--disable-gconf</parameter>: This switch disables compiling
509 <application>LibreOffice</application> with the deprecated
510 <application>GNOME</application> configuration system support.
511 </para>
512
513 <para>
514 <parameter>--disable-odk</parameter>: This switch disables installing the
515 office development kit. Remove if you want to develop a
516 <application>LibreOffice</application> based application.
517 </para>
518
519 <para>
520 <parameter>--disable-postgresql-sdbc</parameter>: This switch disables compiling
521 <application>LibreOffice</application> with the ability to connect to a
522 <application>PostgreSQL</application> database. Remove it if you would
523 like <application>LibreOffice</application> to be able to connect to a
524 <application>PostgreSQL</application> database. If you have installed
525 <application>PostgreSQL</application> on your system and would like
526 <application>LibreOffice</application> to use that rather than compile its
527 own copy, use the <option>--with-system-postgresql</option> switch.
528 </para>
529
530 <para>
531 <parameter>--enable-release-build=yes</parameter>: This switch enables a
532 Release Build.
533 <application>LibreOffice</application> can be built as a Release Build or
534 as a Developer Build, because their default installation paths and user
535 profile paths are different. Developer Build displays the words "Dev" and
536 "Beta" in several places (e.g, menu and splash scren).
537 </para>
538
539 <para>
540 <parameter>--enable-python=system</parameter>: This switch tells
541 <application>LibreOffice</application> to use installed
542 <application>Python 3</application> to build the translations
543 instead of the bundled one. If you don't need to build any
544 translations, you can use <option>--disable-python</option>
545 instead.
546 </para>
547
548 <para>
549 <parameter>--with-system-*</parameter>: These switches prevent
550 <application>LibreOffice</application> from trying to compile its own
551 versions of these dependencies. If you've not installed some of the
552 dependencies, remove the corresponding switches.
553 </para>
554
555 <para>
556 <parameter>--with-parallelism=$(getconf _NPROCESSORS_ONLN)</parameter>: This
557 switch tells <application>LibreOffice</application> to use all your
558 CPUs to compile in parallel and speed up the build.
559 </para>
560
561 <para>
562 <option>--disable-cups</option>: Use this switch if you don't need
563 printing support.
564 </para>
565
566 <para>
567 <option>--disable-dbus</option>: Use this switch if you've not
568 installed D-Bus-1.8.0. It also disables Bluetooth support and
569 font install via PackageKit.
570 </para>
571
572 <para>
573 <option>--disable-gstreamer-0-10</option>: Use this switch if you've
574 not installed <xref linkend="gst-plugins-base"/>.
575 </para>
576
577 <para>
578 <option>--enable-gstreamer</option>: Use this switch if you want to
579 use <xref linkend="gst10-plugins-base"/> instead of
580 <xref linkend="gst-plugins-base"/> for the avmedia module.
581 </para>
582
583 <para>
584 <option>--enable-gtk3</option>: Use this switch if you want to
585 build the <application>GTK+ 3</application> integration module.
586 </para>
587
588 <para>
589 <option>--enable-kde4</option>: Use this switch if you want to
590 build the <application>KDE</application> integration module.
591 </para>
592
593 </sect2>
594
595 <sect2 role="content">
596 <title>Contents</title>
597
598 <segmentedlist>
599 <segtitle>Installed Programs</segtitle>
600 <segtitle>Installed Libraries</segtitle>
601 <segtitle>Installed Directory</segtitle>
602
603 <seglistitem>
604 <seg>
605 libreoffice, lobase, localc, lodraw, loffice, lofromtemplate,
606 loimpress, lomath, loweb, lowriter, soffice and unopkg;
607 several programs under
608 $LO_PREFIX/lib/libreoffice/program
609 </seg>
610 <seg>
611 several libraries under
612 $LO_PREFIX/lib/libreoffice/{ure/lib,program}
613 </seg>
614 <seg>
615 $LO_PREFIX/lib/libreoffice
616 </seg>
617 </seglistitem>
618 </segmentedlist>
619
620 <variablelist>
621 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
622 <?dbfo list-presentation="list"?>
623 <?dbhtml list-presentation="table"?>
624
625 <varlistentry id="lobase">
626 <term><command>lobase</command></term>
627 <listitem>
628 <para>
629 is a database manager.
630 </para>
631 <indexterm zone="libreoffice lobase">
632 <primary sortas="b-lobase">lobase</primary>
633 </indexterm>
634 </listitem>
635 </varlistentry>
636
637 <varlistentry id="localc">
638 <term><command>localc</command></term>
639 <listitem>
640 <para>
641 is a spreadsheet program.
642 </para>
643 <indexterm zone="libreoffice localc">
644 <primary sortas="b-localc">localc</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry id="lodraw">
650 <term><command>lodraw</command></term>
651 <listitem>
652 <para>
653 is a vector graphics editor and diagramming tool.
654 </para>
655 <indexterm zone="libreoffice lodraw">
656 <primary sortas="b-lodraw">lodraw</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660
661 <varlistentry id="loimpress">
662 <term><command>loimpress</command></term>
663 <listitem>
664 <para>
665 can edit and display PowerPoint presentations.
666 </para>
667 <indexterm zone="libreoffice loimpress">
668 <primary sortas="b-loimpress">loimpress</primary>
669 </indexterm>
670 </listitem>
671 </varlistentry>
672
673 <varlistentry id="lomath">
674 <term><command>lomath</command></term>
675 <listitem>
676 <para>
677 is a mathematical formula editor.
678 </para>
679 <indexterm zone="libreoffice lomath">
680 <primary sortas="b-lomath">lomath</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="lowriter">
686 <term><command>lowriter</command></term>
687 <listitem>
688 <para>
689 is a word processor.
690 </para>
691 <indexterm zone="libreoffice lowriter">
692 <primary sortas="b-lowriter">lowriter</primary>
693 </indexterm>
694 </listitem>
695 </varlistentry>
696
697 <varlistentry id="unopkg">
698 <term><command>unopkg</command></term>
699 <listitem>
700 <para>
701 is a tool to manage <application>LibreOffice</application>
702 extensions from the command line.
703 </para>
704 <indexterm zone="libreoffice unopkg">
705 <primary sortas="b-unopkg">unopkg</primary>
706 </indexterm>
707 </listitem>
708 </varlistentry>
709
710 </variablelist>
711
712 </sect2>
713
714</sect1>
Note: See TracBrowser for help on using the repository browser.