Thank you everyone,

Sorry for the spam e-mails. I'm trying to get a hold of this. As you suggested, I installed a new CentOS. This is the os-release result:

NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/";
BUG_REPORT_URL="https://bugs.centos.org/";

CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"

However, this command fails: "dnf builddep libreoffice"

Is it OK to use Ubuntu? I was able to install all dependencies under Ubuntu.

BTW, this is the autogen.sh command I want to use. Is there any oddity?

./autogen.sh --with-distro=LibreOfficeLinux --with-package-format=deb --enable-epm --without-java --disable-postgresql-sdbc --disable-gstreamer --without-java --disable-postgresql-sdbc --disable-gstreamer --without-junit --without-help --without-doxygen --disable-odk --enable-debug --without-krb5 --without-gssapi./autogen.sh --with-distro=LibreOfficeLinux --with-package-format=deb --enable-epm --without-java --disable-postgresql-sdbc --disable-gstreamer --without-java --disable-postgresql-sdbc --disable-gstreamer --without-junit --without-help --without-doxygen --disable-odk --enable-debug --without-krb5 --without-gssapi

Regards

------ Original Message ------
From: "Mike Kaganski" <mikekagan...@hotmail.com>
To: "Ismet Bahadir" <ismetbaha...@gmail.com>; "Stephan Bergmann" <sberg...@redhat.com>; libreoffice@lists.freedesktop.org
Sent: 12-Jun-20 2:53:42 PM
Subject: Re: Building LO from source

On 12.06.2020 8:40, Ismet Bahadir wrote:
 How can I exclude some of the apps such as "Draw"? Is it possible that
 each app has its own DEB installation file so that I won't be installing
 it if I skip its DEB file? Or, is there a parameter for excluding apps?

We have a concept of "installed" apps - using
SvtModuleOptions::IsModuleInstalled, which is initialized from factory
configurations (SvtModuleOptions_Impl::impl_Read). Likely it only needs
some configuration setting to have all components installed (making sure
that required functionality is there), but disabled on UI level.

--
Best regards,
Mike Kaganski
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to