<div dir="ltr">You are looking for autogen.sh.<div><br></div><div>Look at a log on Jenkins (not Gerrit) and find the parameters passed to autogen.sh. You'd need to customize a couple of them (junit and ant, which you must download and place somewhere on your system and give the path to autogen.sh).</div><div><br></div><div>For reference, here is mine (it's called from a config.sh a directory above 'libo' which is the root of the code). This will build full debug and will generate ~27GB:</div><div><br></div><div>DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )<br></div><div><div>$DIR/libo/autogen.sh --with-junit=$DIR/junit-4.10.jar --with-ant-home=$DIR/apache-ant-1.9.4 --with-visual-studio=2013 --with-parallelism=24 --enable-sal-log --enable-dbgutil --enable-debug --disable-odk --enable-pch --disable-ccache</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 16, 2015 at 5:55 AM, Giuseppe Castagno <span dir="ltr"><<a href="mailto:giuseppe.castagno@acca-esse.eu" target="_blank">giuseppe.castagno@acca-esse.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'd like to prepare home a Win7 machine to build LibO with a configure script as the one used by gerrit builds.<br>
<br>
What will it be the most current configure to use?<br>
<br>
Looking at the log available, it seems that a prepared set of shell variable is used, what configure generated it?<br>
<br>
<br>
Thanks<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Kind Regards,<br>
Giuseppe Castagno aka beppec56<br>
Acca Esse <a href="http://www.acca-esse.eu" rel="noreferrer" target="_blank">http://www.acca-esse.eu</a><br>
giuseppe.castagno at <a href="http://acca-esse.eu" rel="noreferrer" target="_blank">acca-esse.eu</a><br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</font></span></blockquote></div><br></div>