diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-09-15 14:47:57 +1000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-15 19:19:55 +0100 |
commit | 844ca985c52e889f5819a377f1662c4e7d52527a (patch) | |
tree | e6514f282f517a9698f9e36696a5b4b92c425fee /office/LibreOffice/README | |
parent | 10cb8aeb26b3869ec748d202799d922e6fd8c781 (diff) | |
download | slackbuilds-844ca985c52e889f5819a377f1662c4e7d52527a.tar.gz |
office/LibreOffice: Updated for version 6.1.1.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index e496e0ed49..1f868fb2aa 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -7,16 +7,34 @@ flowcharting application, Base, our database and database frontend, and Math for editing mathematics. This SlackBuild builds the entire project from its source code. In seeking a -fully functional LibreOffice, most optional features are included by default. -Build time environment variables that may set to vary features are as follows: +fully functional LibreOffice, most optional features are included by default, +using internal versions of any external software components that may be needed. +This results in a very small number of directly required additional software +packages. + +However most of this additional software is also available as SBo SlackBuilds. +During configuration, the LibreOffice SlackBuild will detect any such packages +that are already installed and use them in preference to building its own +internal versions. Packages from SBo that will be use in this way are: + CoinMP cppunit glm libabw libcdr libcmis libe-book libeot libepubgen + libexttextcat libfreehand libmspub libmwaw libnumbertext liborcus + libpagemaker libqxp libnumbertext libstaroffice libtommath libwps libzmf + lpsolve mythes postgresql qt5 valgrind ucpp unixODBC avahi + mysql-connector-c++ libetonyek xmlsec vlc + +Remember, these packages are not essential but entirely optional. If not found, +LibreOffice will simply build its own internal versions. + +Also keep in mind that any package from the above list which is detected and +used when building LibreOffice will most likely become a runtime dependency too +e.g. if avahi is detected and used at build time, it will also need to be +installed at run time. + +Build time environment variables that may be set to vary features are as follows: 1. enable the experimental VLC avmedia backend (disabled by default) with: VLC="yes" This requires the vlc package (available from SBo) to be installed. -2. enable avahi support (disabled by default) with: - AVAHI="yes" - This requires the avahi package (available from SBo) to be installed. - 3. disable kde4 support (enabled by default) with: KDE4="no" |