source: xsoft/office/libreoffice.xml@ e27c5c5d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 lazarus lxqt 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 e27c5c5d was 88499366, checked in by Pierre Labastie <pieere@…>, 7 years ago

libreoffice-5.2.4.2
Exim-4.88
Boost-1.63.0
Swig-3.0.11
Doxygen-1.8.13

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

  • Property mode set to 100644
File size: 28.4 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 "6355e3750604370b51c77cdffb688275">
11 <!ENTITY libreoffice-core-size "174 MB">
12
13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
14 <!ENTITY libreoffice-dict-md5sum "2bd0a85518bbbefc605377891d1af424">
15 <!ENTITY libreoffice-dict-size "39 MB">
16
17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
18 <!ENTITY libreoffice-help-md5sum "9f9bbde479f83fb00605b5c27665cc94">
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 "8cb9b610c1e036cd39f8cf86b953e58d">
23 <!ENTITY libreoffice-translations-size "135 MB">
24
25
26 <!ENTITY libreoffice-buildsize "8.4 GB (610 MB installed)">
27 <!ENTITY libreoffice-time "33 SBU with parallelism = 8 + download time">
28
29]>
30
31<sect1 id="libreoffice" xreflabel="LibreOffice-&libreoffice-dlversion;">
32 <?dbhtml filename="libreoffice.html"?>
33
34 <sect1info>
35 <othername>$LastChangedBy$</othername>
36 <date>$Date$</date>
37 </sect1info>
38
39 <title>LibreOffice-&libreoffice-version;</title>
40
41 <indexterm zone="libreoffice">
42 <primary sortas="a-LibreOffice">LibreOffice</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to LibreOffice</title>
47
48 <para>
49 <application>LibreOffice</application> is a full-featured office suite.
50 It is largely compatible with <application>Microsoft Office</application>
51 and is descended from <application>OpenOffice.org</application>.
52 </para>
53
54 &lfs7a_checked;
55
56 <bridgehead renderas="sect3">Package Information</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>
60 Core Download: <ulink url="&libreoffice-core-download-http;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Core Download MD5 sum: &libreoffice-core-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Core Download size: &libreoffice-core-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &libreoffice-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &libreoffice-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
86 <itemizedlist spacing="compact">
87 <listitem>
88 <para>
89 Dictionaries: <ulink url="&libreoffice-dict-download-http;"/>
90 </para>
91 </listitem>
92
93 <listitem>
94 <para>
95 Dictionaries MD5 sum: &libreoffice-dict-md5sum;
96 </para>
97 </listitem>
98
99 <listitem>
100 <para>
101 Dictionaries size: &libreoffice-dict-size;
102 </para>
103 </listitem>
104
105 <listitem>
106 <para>
107 Help Files: <ulink url="&libreoffice-help-download-http;"/>
108 </para>
109 </listitem>
110
111 <listitem>
112 <para>
113 Help Files MD5 sum: &libreoffice-help-md5sum;
114 </para>
115 </listitem>
116
117 <listitem>
118 <para>
119 Help Files size: &libreoffice-help-size;
120 </para>
121 </listitem>
122
123 <listitem>
124 <para>
125 Translations: <ulink url="&libreoffice-translations-download-http;"/>
126 </para>
127 </listitem>
128
129 <listitem>
130 <para>
131 Translations MD5 sum: &libreoffice-translations-md5sum;
132 </para>
133 </listitem>
134
135 <listitem>
136 <para>
137 Translations size: &libreoffice-translations-size;
138 </para>
139 </listitem>
140
141 <listitem>
142 <para>
143 Required patch to fix building with system <xref linkend="icu"/>:
144 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-icu_58-1.patch"/>
145 </para>
146 </listitem>
147 </itemizedlist>
148
149 <bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead>
150
151 <bridgehead renderas="sect4">Required</bridgehead>
152 <para role="required">
153 <xref linkend="perl-archive-zip"/>,
154 <xref linkend="unzip"/>,
155 <xref linkend="wget"/>,
156 <xref linkend="which"/>, and
157 <xref linkend="zip"/>
158 </para>
159
160 <bridgehead renderas="sect4">Recommended</bridgehead>
161 <note>
162 <para>
163 Most of these packages are recommended because if they're not installed,
164 the build process will compile and install its own (often older)
165 version, with the side effect of increasing build and installed disk
166 space and build time.
167 </para>
168 </note>
169
170 <para role="recommended">
171 <xref linkend="apache-ant"/>,
172 <xref linkend="apr"/>,
173 <xref linkend="boost"/>,
174 <xref linkend="clucene"/>,
175 <xref linkend="cups"/>,
176 <xref linkend="curl"/>,
177 <xref linkend="dbus-glib"/>,
178 <xref linkend="libjpeg"/>,
179 <xref linkend="glu"/>,
180 <xref linkend="graphite2"/>,
181 <xref linkend="gst10-plugins-base"/>,
182 <xref linkend="gtk3"/> and
183 <xref linkend="gtk2"/> (see <quote>Command Explanations</quote>),
184 <xref linkend="harfbuzz"/>,
185 <xref linkend="icu"/>,
186 <xref linkend="libatomic_ops"/>,
187 <xref linkend="lcms2"/>,
188 <xref linkend="librsvg"/>,
189 <xref linkend="libxml2"/> and
190 <xref linkend="libxslt"/>,
191 <xref linkend="mesa"/>,
192 <xref linkend="neon"/>,
193 <xref linkend="nss"/>,
194 <xref linkend="openldap"/> (if connecting to an LDAP server),
195 <xref linkend="openssl"/> or
196 <xref linkend="gnutls"/>,
197 <xref linkend="poppler"/>,
198 <xref linkend="postgresql"/>,
199 <xref linkend="python3"/>,
200 <xref linkend="redland"/>,
201 <xref linkend="serf"/>, and
202 <xref linkend="unixodbc"/>
203 </para>
204
205 <bridgehead renderas="sect4">Optional</bridgehead>
206 <para role="optional">
207 <xref linkend="avahi"/>,
208 <xref linkend="bluez"/>,
209 <xref linkend="dconf"/>,
210 <xref linkend="desktop-file-utils"/>,
211 <xref linkend="doxygen"/> (not relevant if using --disable-odk),
212 <xref linkend="gdb"/>,
213 <xref linkend="junit"/>,
214<!-- <xref linkend="kdelibs"/>, -->
215 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
216 <xref linkend="mitkrb"/>,
217 <xref linkend="nasm"/>,
218 <xref linkend="sane"/>,
219 <xref linkend="valgrind"/>,
220 <xref linkend="vlc"/>,
221 <ulink url="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</ulink>,
222 <ulink url="https://hc.apache.org/httpclient-3.x/">Apache Commons HttpClient</ulink>,
223 <ulink url="https://commons.apache.org/proper/commons-lang/">Apache Commons Lang</ulink>,
224 <ulink url="https://commons.apache.org/proper/commons-logging/">Apache Commons Logging</ulink>,
225 <ulink url="http://www.beanshell.org/">BeanShell</ulink>,
226 <ulink url="https://projects.coin-or.org/CoinMP/">CoinMP</ulink>,
227 <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>,
228 <ulink url="http://www.firebirdsql.org/">Firebird</ulink>,
229 <ulink url="http://downloads.sourceforge.net/glew/">glew (OpenGL Extension Wrangler Library)</ulink>,
230 <ulink url="https://github.com/behdad/glyphy">glyphy</ulink>,
231 <ulink url="http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/">Gnome VFS</ulink>,
232
233 <ulink url="https://github.com/hamcrest/JavaHamcrest/releases">hamcrest</ulink>,
234 <ulink url="https://hunspell.github.io/">Hunspell</ulink>,
235 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
236 <ulink url="http://include-what-you-use.org/">iwyu</ulink>,
237 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libabw">libabw</ulink>,
238 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
239 <ulink url="http://sourceforge.net/projects/libcmis/">libcmis</ulink>,
240 <ulink url="http://www.sourceforge.net/projects/libebook/">libebook</ulink>,
241 <ulink url="https://wiki.documentfoundation.org/Libexttextcat">libexttextcat</ulink>,
242 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand">libfreehand</ulink>,
243 <ulink url="http://tagoh.bitbucket.org/liblangtag/">liblangtag</ulink>,
244 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub">libmspub</ulink>,
245 <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>,
246 <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>,
247 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker">libpagemaker</ulink>,
248 <ulink url="http://sourceforge.net/projects/libwpd/files/librevenge/">librevenge (WordPerfect Document importer)</ulink>,
249 <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,
250 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
251 <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
252 <ulink url="http://libwps.sourceforge.net/">libwps</ulink>,
253 <ulink url="http://lpsolve.sourceforge.net/">lp_solve</ulink>,
254 <ulink url="https://gitlab.com/mdds/mdds">mdds</ulink>,
255 <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>,
256 <ulink url="http://sourceforge.net/projects/ogl-math/">ogl-math - OpenGL Mathematics (GLM)</ulink>,
257 <ulink url="https://github.com/KhronosGroup/OpenCOLLADA/">OpenCOLLADA</ulink>,
258 <ulink url="https://gitlab.com/orcus/orcus">Orcus</ulink>,
259 <phrase revision="sysv"><ulink url="http://telepathy.freedesktop.org/releases/telepathy-glib/">telepathy-glib</ulink></phrase>
260 <phrase revision="systemd"><xref linkend="telepathy-glib"/></phrase>,
261 <ulink url="https://ukoethe.github.io/vigra/">VIGRA</ulink>, and
262 <phrase revision="sysv"><ulink url="&gnome-download-http;/zenity/">Zenity</ulink></phrase>
263 <phrase revision="systemd"><xref linkend="zenity"/></phrase>
264 </para>
265
266 <para>There are many optional dependencies not listed here. They can be
267 found in <quote>download.lst</quote> (source directory).
268 </para>
269
270 <para condition="html" role="usernotes">
271 User Notes: <ulink url="&blfs-wiki;/libreoffice"/>
272 </para>
273 </sect2>
274
275 <sect2 role="installation">
276 <title>Installation of LibreOffice</title>
277
278 <important>
279 <para>
280 Unlike the other packages, we assume that you have not yet unpacked the
281 package. This is because the <option>--no-overwrite-dir</option>
282 switch is needed in case you unpack as the <systemitem
283 class="username">root</systemitem> user.
284 </para>
285 </important>
286
287<screen><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
288cd libreoffice-&libreoffice-dlversion;</userinput></screen>
289
290 <para>
291 Create symlinks to tarballs from the source directory so they won't
292 get downloaded again:
293 </para>
294
295<screen><userinput>install -dm755 external/tarballs &amp;&amp;
296ln -sv ../../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
297ln -sv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
298
299 <para>
300 If you have downloaded the translations tarball, create a symlink:
301 </para>
302
303<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
304
305 <note>
306 <para>
307 During the build process, some packages will be downloaded (including
308 the ones listed as recommended and optional dependencies) if they are
309 not present on the system. Because of this, build time may vary from the
310 published time more than usual.
311 </para>
312 </note>
313
314 <para>
315 Due to the large size of the package, you may prefer to install it in
316 <filename class="directory">/opt</filename>, instead of
317 <filename class="directory">/usr</filename>. Depending on your choice,
318 replace <replaceable>&lt;PREFIX&gt;</replaceable> by
319 <filename class="directory">/usr</filename> or by
320 <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>:
321 </para>
322
323<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
324
325 <para>
326 Fix build failures introduced by <xref linkend="icu"/>:
327 </para>
328
329<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-icu_58-1.patch</userinput></screen>
330
331 <para>
332 Locales "fr" and "en-GB", you will find below, are just examples; you
333 should change them to suit your needs - you might want to read the
334 "Command Explanations", further below, before proceeding.
335 </para>
336
337 <para>
338 Prepare <application>LibreOffice</application> for compilation by running
339 the following commands:
340 </para>
341
342<screen><userinput>sed -e "/gzip -f/d" \
343 -e "s|.1.gz|.1|g" \
344 -i bin/distro-install-desktop-integration &amp;&amp;
345
346sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
347
348./autogen.sh --prefix=$LO_PREFIX \
349 --sysconfdir=/etc \
350 --with-vendor=BLFS \
351 --with-lang='fr en-GB' \
352 --with-help \
353 --with-myspell-dicts \
354 --with-alloc=system \
355 --without-junit \
356 --without-system-dicts \
357 --disable-dconf \
358 --disable-odk \
359 --disable-firebird-sdbc \
360 --enable-release-build=yes \
361 --enable-python=system \
362 --with-system-apr \
363 --with-system-boost \
364 --with-system-cairo \
365 --with-system-clucene \
366 --with-system-curl \
367 --with-system-expat \
368 --with-system-graphite \
369 --with-system-harfbuzz \
370 --with-system-icu \
371 --with-system-jpeg \
372 --with-system-lcms2 \
373 --with-system-libatomic_ops \
374 --with-system-libpng \
375 --with-system-libxml \
376 --with-system-neon \
377 --with-system-nss \
378 --with-system-odbc \
379 --with-system-openldap \
380 --with-system-openssl \
381 --with-system-poppler \
382 --with-system-postgresql \
383 --with-system-redland \
384 --with-system-serf \
385 --with-system-zlib</userinput></screen>
386
387 <para>
388 The instructions below will only build the package without running
389 any unit tests. If you prefer to run the unit tests, replace
390 <command>make build-nocheck</command> with <command>make build</command>
391 or (as a regular user only) just <command>make</command>, but do not be
392 surprised if a unit test fails right at the end of the build and
393 breaks it.
394 </para>
395
396 <para>
397 Build the package:
398 </para>
399
400<screen><userinput>make build-nocheck</userinput></screen>
401
402 <para>
403 Now, as the <systemitem class="username">root</systemitem> user:
404 </para>
405
406<screen role="root"><userinput>make distro-pack-install</userinput></screen>
407
408 <para>
409 If installed in <filename
410 class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>
411 some additional steps are necessary. Issue the following commands, as
412 <systemitem class="username">root</systemitem> user:
413 </para>
414
415<screen role="root"><userinput>if [ "$LO_PREFIX" != "/usr" ]; then
416
417 # This symlink is necessary for the desktop menu entries
418 ln -svf $LO_PREFIX/lib/libreoffice/program/soffice /usr/bin/libreoffice &amp;&amp;
419
420 # Icons
421 mkdir -vp /usr/share/pixmaps
422 for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do
423 ln -svf $i /usr/share/pixmaps
424 done &amp;&amp;
425
426 # Desktop menu entries
427 for i in $LO_PREFIX/lib/libreoffice/share/xdg/*; do
428 ln -svf $i /usr/share/applications/libreoffice-$(basename $i)
429 done &amp;&amp;
430
431 # Man pages
432 for i in $LO_PREFIX/share/man/man1/*; do
433 ln -svf $i /usr/share/man/man1/
434 done
435
436 unset i
437fi</userinput></screen>
438
439 <para>
440 If you have installed <xref linkend="desktop-file-utils"/>, and you wish
441 to update the MIME database, issue, as the <systemitem class="username">
442 root</systemitem> user:
443 </para>
444
445<screen role="root"><userinput>update-desktop-database</userinput></screen>
446
447 <para>
448 The suite and main modules can be started from the menu. From a terminal,
449 the suite can be started with <command>libreoffice</command> command and
450 the modules with <command>libreoffice
451 --<replaceable>&lt;module&gt;</replaceable></command> command,
452 respectively, where <replaceable>&lt;module&gt;</replaceable> is one of
453 base, calc, draw, impress, math or writer. Modules cannot be started using
454 their shell starting script names (see "Installed Programs", below), if
455 LO_PREFIX is other than <filename class='directory'>/usr</filename>,
456 unless <filename class='directory'>$LO_PREFIX/bin</filename> directory is
457 appended to the PATH.
458 </para>
459
460 </sect2>
461
462 <sect2 role="commands">
463 <title>Command Explanations</title>
464
465 <para>
466 <command>sed -e ...</command>: The first sed prevents compression of the
467 manual pages and the second one prevents the install from failing.
468 </para>
469
470 <para>
471 <parameter>--with-vendor=BLFS</parameter>: This switch sets BLFS as
472 the vendor which is mentioned when you click "About" on the toolbar.
473 </para>
474
475 <para>
476 <parameter>--with-lang='fr en-GB'</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>
483 <para>
484 For a list of the available languages, look in
485 <filename>solenv/inc/langlist.mk</filename>.
486 </para>
487 </note>
488
489 <para>
490 <parameter>--with-help</parameter>: Without this switch, the help files
491 are not built.
492 </para>
493
494 <para>
495 <parameter>--with-myspell-dicts</parameter>: This switch adds myspell
496 dictionaries to the <application>LibreOffice</application> installation
497 set.
498 </para>
499
500 <para>
501 <parameter>--with-alloc=system</parameter>: This switch tells
502 <application>LibreOffice</application> to use the system allocator
503 instead of its internal one.
504 </para>
505
506 <para>
507 <parameter>--with-system-boost</parameter>: This switch enables using
508 system boost. From time to time, recent versions of boost break
509 the build of libreoffice. In this case, it is possible to use the
510 bundled copy of boost, by removing this flag.
511 </para>
512
513 <para>
514 <parameter>--disable-dconf</parameter>: This switch disables compiling
515 <application>LibreOffice</application> with the
516 <application>GNOME DConf</application> configuration system support.
517 </para>
518
519 <para>
520 <parameter>--without-junit</parameter>: This switch disables the HSQLDB
521 tests (the HSQLDB driver is written in Java). If you want to run the
522 tests, be sure to install <filename>junit.jar</filename> and <filename>
523 hamcrest.jar</filename> in <filename class="directory">/usr/share/java
524 </filename>.
525 </para>
526
527 <para>
528 <parameter>--without-system-dicts</parameter>: This switch disables use
529 of dictionaries from system paths, so the ones installed by this package
530 are used.
531 </para>
532
533 <para>
534 <parameter>--disable-odk</parameter>: This switch disables installing the
535 office development kit. Remove if you want to develop a
536 <application>LibreOffice</application> based application.
537 </para>
538
539 <para>
540 <parameter>--disable-firebird-sdbc</parameter>: The bundled version
541 of Firebird does not build properly with GCC-6.<!-- Hope next version
542 will correct that -->
543 </para>
544
545 <para>
546 <parameter>--enable-release-build=yes</parameter>: This switch enables a
547 Release Build. <application>LibreOffice</application> can be built as a
548 Release Build or as a Developer Build, because their default installation
549 paths and user profile paths are different. Developer Build displays the
550 words "Dev" and "Beta" in several places (e.g, menu and splash screen).
551 </para>
552
553 <para>
554 <parameter>--enable-python=system</parameter>: This switch tells
555 <application>LibreOffice</application> to use installed
556 <application>Python 3</application> to build the translations instead of
557 the bundled one.
558 </para>
559
560 <para>
561 <parameter>--with-system-*</parameter>: These switches prevent
562 <application>LibreOffice</application> from trying to compile its own
563 versions of these dependencies. If you've not installed some of the
564 dependencies, remove the corresponding switches.
565 </para>
566
567 <para>
568 <option>--with-parallelism=&lt;count&gt;</option>: This switch
569 tells <application>LibreOffice</application> to use &lt;count&gt; CPU
570 cores to compile in parallel. (Do not include literal angle brackets.)
571 The default is to use all available cores on the system.
572 </para>
573
574 <para>
575 <option>--disable-cups</option>: Use this switch if you don't need
576 printing support.
577 </para>
578
579 <para>
580 <option>--disable-dbus</option>: Use this switch if you've not installed
581 D-Bus-1.8.0 or later. It also disables Bluetooth support and font install
582 via PackageKit.
583 </para>
584
585 <!-- commented, because we do this above as a parameter
586 <para>
587 <option>\-\-disable-firebird-sdbc</option>: By default, the ability to
588 connect to a <application>firebird</application> database is enabled.
589 This is regarded as 'experimental' and from time to time the unit test
590 CppunitTest_dbaccess_firebird_test fails near the end of the build. If
591 you need to connect to such a database, and the build fails for you,
592 you will need to build <xref linkend="gdb"/> to help upstream debug it.
593 </para> -->
594
595 <para>
596 <option>--disable-gstreamer-1-0</option>: Use this switch if you have not
597 installed <xref linkend="gst10-plugins-base"/>.
598 </para>
599
600 <para>
601 <option>--disable-gtk3</option>: Use this switch if you have not installed
602 <application>GTK+-3</application>, or if you have installed it but wish
603 to use <application>GTK+-2</application> (the menu icons differ).
604 Note that a <application>GTK+-3</application> build still
605 requires <application>GTK+-2</application> to build the gtk-plugin.
606 </para>
607
608 <para>
609 <option>--disable-postgresql-sdbc</option>: This switch disables compiling
610 <application>LibreOffice</application> with the ability to connect to a
611 <application>PostgreSQL</application> database. Use it if you have not
612 installed <application>PostgreSQL</application> and you do not want
613 <application>LibreOffice</application> to compile its bundled copy.
614 </para>
615
616 <para>
617 <option>--without-fonts</option>: <application>LibreOffice</application>
618 includes a number of third-party TrueType fonts. If you have already
619 installed some or all of the same fonts, you may prefer to use the system
620 versions.
621 </para>
622
623 <para>
624 <option>--without-java</option>: This switch disables
625 <application>Java</application> support in
626 <application>LibreOffice</application>. Java is needed for the HSQLDB
627 driver, which allows reading databases created by other programs into
628 libreoffice <application>base</application>.
629 </para>
630
631 </sect2>
632
633 <sect2 role="content">
634 <title>Contents</title>
635
636 <segmentedlist>
637 <segtitle>Installed Programs</segtitle>
638 <segtitle>Installed Libraries</segtitle>
639 <segtitle>Installed Directory</segtitle>
640
641 <seglistitem>
642 <seg>
643 libreoffice, lobase, localc, lodraw, loffice, lofromtemplate,
644 loimpress, lomath, loweb, lowriter, soffice and unopkg;
645 several programs under
646 $LO_PREFIX/lib/libreoffice/program
647 </seg>
648 <seg>
649 several libraries under
650 $LO_PREFIX/lib/libreoffice/program
651 </seg>
652 <seg>
653 $LO_PREFIX/lib/libreoffice
654 </seg>
655 </seglistitem>
656 </segmentedlist>
657
658 <variablelist>
659 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
660 <?dbfo list-presentation="list"?>
661 <?dbhtml list-presentation="table"?>
662
663 <varlistentry id="libreoffice-suite">
664 <term><command>libreoffice (or soffice)</command></term>
665 <listitem>
666 <para>
667 is the main libreofice suite (symlink to
668 $LO_PREFIX/lib/libreoffice/program/soffice).
669 </para>
670 <indexterm zone="libreoffice libreoffice-suite">
671 <primary sortas="b-libreoffice-suite">libreoffice-suite</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="lobase">
677 <term><command>lobase</command></term>
678 <listitem>
679 <para>
680 is the database manager module shell starting script.
681 </para>
682 <indexterm zone="libreoffice lobase">
683 <primary sortas="b-lobase">lobase</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="localc">
689 <term><command>localc</command></term>
690 <listitem>
691 <para>
692 is the spreadsheet module shell starting script.
693 </para>
694 <indexterm zone="libreoffice localc">
695 <primary sortas="b-localc">localc</primary>
696 </indexterm>
697 </listitem>
698 </varlistentry>
699
700 <varlistentry id="lodraw">
701 <term><command>lodraw</command></term>
702 <listitem>
703 <para>
704 is the vector graphics editor and diagramming tool module shell
705 starting script.
706 </para>
707 <indexterm zone="libreoffice lodraw">
708 <primary sortas="b-lodraw">lodraw</primary>
709 </indexterm>
710 </listitem>
711 </varlistentry>
712
713 <varlistentry id="loimpress">
714 <term><command>loimpress</command></term>
715 <listitem>
716 <para>
717 is the (PowerPoint) presentations editor and displayer
718 module shell starting script.
719 </para>
720 <indexterm zone="libreoffice loimpress">
721 <primary sortas="b-loimpress">loimpress</primary>
722 </indexterm>
723 </listitem>
724 </varlistentry>
725
726 <varlistentry id="lomath">
727 <term><command>lomath</command></term>
728 <listitem>
729 <para>
730 is the mathematical formula editor module shell starting script.
731 </para>
732 <indexterm zone="libreoffice lomath">
733 <primary sortas="b-lomath">lomath</primary>
734 </indexterm>
735 </listitem>
736 </varlistentry>
737
738 <varlistentry id="loweb">
739 <term><command>loweb</command></term>
740 <listitem>
741 <para>
742 is the HTML editor module shell starting script.
743 </para>
744 <indexterm zone="libreoffice loweb">
745 <primary sortas="b-loweb">loweb</primary>
746 </indexterm>
747 </listitem>
748 </varlistentry>
749
750 <varlistentry id="lowriter">
751 <term><command>lowriter</command></term>
752 <listitem>
753 <para>
754 is the word processor module shell starting script.
755 </para>
756 <indexterm zone="libreoffice lowriter">
757 <primary sortas="b-lowriter">lowriter</primary>
758 </indexterm>
759 </listitem>
760 </varlistentry>
761
762 <varlistentry id="unopkg">
763 <term><command>unopkg</command></term>
764 <listitem>
765 <para>
766 is a tool to manage <application>LibreOffice</application>
767 extensions from the command line.
768 </para>
769 <indexterm zone="libreoffice unopkg">
770 <primary sortas="b-unopkg">unopkg</primary>
771 </indexterm>
772 </listitem>
773 </varlistentry>
774
775 </variablelist>
776
777 </sect2>
778
779</sect1>
Note: See TracBrowser for help on using the repository browser.