<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122#c24">Comment # 24</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122">bug 138122</a>
from <span class="vcard"><a class="email" href="mailto:rototor@rototor.de" title="Emmeran Seehuber <rototor@rototor.de>"> <span class="fn">Emmeran Seehuber</span></a>
</span></b>
<pre>(In reply to Alexander Barris from <a href="show_bug.cgi?id=138122#c23">comment #23</a>)
<span class="quote">> 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.</span >
See here:
<a href="https://wiki.documentfoundation.org/Development/lode">https://wiki.documentfoundation.org/Development/lode</a>
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>