%general-entities; ]> $LastChangedBy$ $Date$ LibreOffice-&libreoffice-version; LibreOffice Introduction to LibreOffice LibreOffice is a full-featured office suite. It is largely compatible with Microsoft Office and is descended from OpenOffice.org. &lfs78_checked; Package Information Core Download: Core Download MD5 sum: &libreoffice-core-md5sum; Core Download size: &libreoffice-core-size; Estimated disk space required: &libreoffice-buildsize; Estimated build time: &libreoffice-time; Additional Downloads Dictionaries: Dictionaries MD5 sum: &libreoffice-dict-md5sum; Dictionaries size: &libreoffice-dict-size; Help Files: Help Files MD5 sum: &libreoffice-help-md5sum; Help Files size: &libreoffice-help-size; Translations: Translations MD5 sum: &libreoffice-translations-md5sum; Translations size: &libreoffice-translations-size; Required patch to use : LibreOffice Dependencies Required , , , , and Recommended Most of these packages are recommended because if they're not installed, the build process will compile and install its own (often older) version. , , , , , , , , , , , , , , and , , , , , (if connecting to an LDAP server), or , , , , and Optional , , , , (not relevant if using --disable-odk), , , (see Command Explanations), , , or MySQL, , , , , , , , Apache Commons Codec, Apache Commons HttpClient, Apache Commons Lang, Apache Commons Logging, BeanShell, CoinMP, Cppunit, Firebird, glew (OpenGL Extension Wrangler Library), Gnome VFS, hamcrest, Hunspell, Hyphen, iwyu, libabw, libcdr, libcmis, libebook, libexttextcat, libfreehand, liblangtag, libmspub, libmwaw, libodfgen, libpagemaker, librevenge (WordPerfect Document importer), libvisio, libwpd, libwpg, libwps, lp_solve, mdds, MyThes, ogl-math - OpenGL Mathematics (GLM), OpenCOLLADA, Orcus, telepathy-glib, VIGRA, and Zenity There are many optional dependencies not listed here. They can be found in download.lst (source directory). User Notes: Installation of LibreOffice Unlike the other packages, we suppose that you have not yet unpacked the package. This is so because the switch is needed in case you unpack as the root user. tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir && cd libreoffice-&libreoffice-dlversion; Create symlinks to tarballs from the source directory so they won't get downloaded again: install -dm755 external/tarballs && ln -sv ../../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ && ln -sv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/ If you have downloaded the translations tarball, create a symlink: ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/ During the build process, some packages will be downloaded (including the ones listed as recommended and optional dependencies) if they are not present on the system. Because of this, build time may vary from the published time more than usual. Due to the large size of the package, you may prefer to install it in /opt, instead of /usr. Depending on your choice, replace <PREFIX> by /usr or by /opt/libreoffice-&libreoffice-dlversion;: export LO_PREFIX=<PREFIX> Fix build failures introduced by boost-&boost-version;: patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_60_0-1.patch Locales "fr" and "en-GB", you will find below, are just examples; you should change them to suit your needs - you might want to read the "Command Explanations", further below, before proceeding. Prepare LibreOffice for compilation by running the following commands: sed -e "/gzip -f/d" \ -e "s|.1.gz|.1|g" \ -i bin/distro-install-desktop-integration && sed -e "/distro-install-file-lists/d" -i Makefile.in && chmod -v +x bin/unpack-sources && ./autogen.sh --prefix=$LO_PREFIX \ --sysconfdir=/etc \ --with-vendor="BLFS" \ --with-lang="fr en-GB" \ --with-help \ --with-myspell-dicts \ --with-alloc=system \ --without-java \ --without-system-dicts \ --disable-gconf \ --disable-odk \ --disable-postgresql-sdbc \ --enable-release-build=yes \ --enable-python=system \ --with-system-boost \ --with-system-clucene \ --with-system-cairo \ --with-system-curl \ --with-system-expat \ --with-system-graphite \ --with-system-harfbuzz \ --with-system-icu \ --with-system-jpeg \ --with-system-lcms2 \ --with-system-libpng \ --with-system-libxml \ --with-system-mesa-headers \ --with-system-neon \ --with-system-npapi-headers \ --with-system-nss \ --with-system-odbc \ --with-system-openldap \ --with-system-openssl \ --with-system-poppler \ --with-system-redland \ --with-system-zlib \ --with-parallelism=$(getconf _NPROCESSORS_ONLN) The instructions below will only build the package without running any unit tests. If you prefer to run the unit tests, replace make build with make. Build the package : make build Now, as the root user: make distro-pack-install && install -v -m755 -d $LO_PREFIX/share/appdata && install -v -m644 sysui/desktop/appstream-appdata/*.xml \ $LO_PREFIX/share/appdata If installed in /opt/libreoffice-&libreoffice-dlversion; some additional steps are necessary. Issue the following commands, as root user: if [ "$LO_PREFIX" != "/usr" ]; then # This symlink is necessary for the desktop menu entries ln -svf $LO_PREFIX/lib/libreoffice/program/soffice /usr/bin/libreoffice && # Icons mkdir -vp /usr/share/pixmaps for i in $LO_PREFIX/share/icons/hicolor/32x32/application/*; do ln -svf $i /usr/share/pixmaps done && # Desktop menu entries for i in $LO_PREFIX/lib/libreoffice/share/xdg/*; do ln -svf $i /usr/share/applications/libreoffice-$(basename $i) done && # Man pages for i in $LO_PREFIX/share/man/man1/*; do ln -svf $i /usr/share/man/man1/ done unset i fi If you have installed , and you wish to update the MIME database, issue, as the root user: update-desktop-database The suite and main modules can be started from the menu. From a terminal, the suite can be started with libreoffice command and the modules with libreoffice --<module> command, respectively, where <module> is one of base, calc, draw, impress, math or writer. Modules cannot be started using their shell starting script names (see "Installed Programs", below), if LO_PREFIX is other than /user, unless $LO_PREFIX/bin directory is appended to the PATH. Command Explanations sed -e ...: The first sed prevents compression of the manual pages, the second one prevents install from failing. chmod -v +x ...: Fix the unpack script's permissions. --with-vendor=BLFS: This switch sets BLFS as the vendor which is mentioned when you click "About" on the toolbar. --with-lang="fr en-GB": This switch sets what languages to support. To list several languages, separate them with a space. For all languages, use --with-lang=ALL. For a list of the available languages, look in solenv/inc/langlist.mk. --with-help: Without this switch, the help files are not built. --with-myspell-dicts: This switch adds myspell dictionaries to the LibreOffice installation set. --with-alloc=system: This switch tells LibreOffice to use system allocator instead of the internal one. --without-system-dicts: This switch disables use of dictionaries from system paths, so the ones installed by this package are used. --without-java: This switch disables Java support in LibreOffice. --disable-gconf: This switch disables compiling LibreOffice with the deprecated GNOME configuration system support. --disable-odk: This switch disables installing the office development kit. Remove if you want to develop a LibreOffice based application. --disable-postgresql-sdbc: This switch disables compiling LibreOffice with the ability to connect to a PostgreSQL database. Remove it if you would like LibreOffice to be able to connect to a PostgreSQL database. If you have installed PostgreSQL on your system and would like LibreOffice to use that rather than compile its own copy, use the switch. --enable-release-build=yes: This switch enables a Release Build. LibreOffice can be built as a Release Build or as a Developer Build, because their default installation paths and user profile paths are different. Developer Build displays the words "Dev" and "Beta" in several places (e.g, menu and splash screen). --enable-python=system: This switch tells LibreOffice to use installed Python 3 to build the translations instead of the bundled one. --with-system-*: These switches prevent LibreOffice from trying to compile its own versions of these dependencies. If you've not installed some of the dependencies, remove the corresponding switches. --with-parallelism=$(getconf _NPROCESSORS_ONLN): This switch tells LibreOffice to use all your CPUs to compile in parallel and speed up the build. : Use this switch if you don't need printing support. : Use this switch if you've not installed D-Bus-1.8.0 or later. It also disables Bluetooth support and font install via PackageKit. : Use this switch if you have not installed . : Use this switch if you want to build the GTK+ 3 integration module. This is experimental and may not work. : Use this switch if you want to build the KDE integration module. Contents Installed Programs Installed Libraries Installed Directory libreoffice, lobase, localc, lodraw, loffice, lofromtemplate, loimpress, lomath, loweb, lowriter, soffice and unopkg; several programs under $LO_PREFIX/lib/libreoffice/program several libraries under $LO_PREFIX/lib/libreoffice/program $LO_PREFIX/lib/libreoffice Short Descriptions libreoffice (or soffice) is the main libreofice suite (symlink to $LO_PREFIX/lib/libreoffice/program/soffice). libreoffice-suite lobase is the database manager module shell starting script. lobase localc is the spreadsheet module shell starting script. localc lodraw is the vector graphics editor and diagramming tool module shell starting script. lodraw loimpress is the (PowerPoint) presentations editor and displayer module shell starting script. loimpress lomath is the mathematical formula editor module shell starting script. lomath lowriter is the word processor module shell starting script. lowriter unopkg is a tool to manage LibreOffice extensions from the command line shell starting script. unopkg