[Libreoffice-bugs] [Bug 138122] LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 17 07:30:20 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138122
--- Comment #24 from Emmeran Seehuber <rototor at rototor.de> ---
(In reply to Alexander Barris from comment #23)
> I also want to take a look at this. Where can you find the build
> instructions? I tried looking at the DocumentFoundation wiki, but the
> instructions look quite old.
See here:
https://wiki.documentfoundation.org/Development/lode
If you use MacPorts, you must ensure that it is not in the $PATH. If you sign
your git commits using gpg, you should disable that, because gettext at least
for me fails to build in that case. I've made myself a "env.sh", which sets
that stuff up for me. I "source env.sh" before I try to build LibreOffice.
It looks like this for me:
export GIT_CONFIG_NOSYSTEM=1
export LODE_HOME=/your/path/to/lode
export
PATH=$LODE_HOME/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin
Note: You need at least 95 GB to build LibreOffice with debug symbols. So you
may, like I do, build it on a external drive.
After lode did checkout the source, before calling autogen.sh, you should edit
dev/core/autogen.input and put something like this in it:
--enable-debug
--enable-symbols
--disable-odk
--disable-online-update
--enable-assert-always-abort
--without-export-validation
--without-java
--without-doxygen
--enable-python=no
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201117/8b4d6ee8/attachment.htm>
More information about the Libreoffice-bugs
mailing list