source: xsoft/office/libreoffice.xml@ c9ea6c54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c9ea6c54 was c9ea6c54, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Tags

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

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