<div dir="auto">Thanks, I'll check it out. </div><div class="gmail_extra"><br><div class="gmail_quote">On Jan 8, 2019 1:44 PM, "Kaganski Mike" <<a href="mailto:mikekaganski@hotmail.com">mikekaganski@hotmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08.01.2019 10:44, Komal Bharadiya wrote:<br>
> I have been trying to setup libreoffice dev-environment lately. After <br>
> executing ./autogen.sh file, I hit make command. The execution takes <br>
> ample amount of time. It hangs my laptop, and I end up switching it off. <br>
> I have tried multiple no. of times. But couldn't run it successfully, <br>
> what can I do? Please help!<br>
> I have Dell Vostro 3568 model.<br>
> Thanking you in anticipation!<br>
<br>
<a href="https://wiki.documentfoundation.org/Development/BuildingOnLinux#Performance" rel="noreferrer" target="_blank">https://wiki.<wbr>documentfoundation.org/<wbr>Development/BuildingOnLinux#<wbr>Performance</a><br>
<br>
<br>
> Building LibreOffice takes time, a lot of time. Exactly how much depends on how powerful your machine is<br>
<br>
Several lines below, there's "Approximate times" section, telling <br>
someone's experience with some unspecified repo revision, which took 1.5 <br>
hrs. I can tell you that I used to have ~8 hrs build time on Kaveri 7700 <br>
box with spinning HDD.<br>
<br>
You should expect long build times on your laptop. But if you also are <br>
going to do other tasks on it during the build (to increase build times <br>
even more), then you may adjust it using --with-parallelism (discussed <br>
there), which defaults to use all your cores, but which you could want <br>
to set to a lower value to free some resources; or you may run make <br>
using nice (`nice make`) to decrease its priority and make system <br>
responsive to interaction without sacrificing cores.<br>
<br>
-- <br>
Best regards,<br>
Mike Kaganski<br>
</blockquote></div></div>