source: xsoft/office/libreoffice.xml@ 7cc81bb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7cc81bb was 7cc81bb, checked in by Ken Moffat <ken@…>, 5 years ago

Libreoffice: Update a couple of optional dependencies -

GLEW (glew) is no-longer referenced by the configure script.
The link to glm (GLM) was to an old version, and without it an old version
will be downloaded and built, so promote GLM to recommended.

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

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