Gerrit Windows build: what configure should I use at home?

Ashod Nakashian ashnakash at gmail.com
Thu Jul 16 04:58:58 PDT 2015


You are looking for autogen.sh.

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).

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:

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
$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

On Thu, Jul 16, 2015 at 5:55 AM, Giuseppe Castagno <
giuseppe.castagno at acca-esse.eu> wrote:

> Hi all,
>
> I'd like to prepare home a Win7 machine to build LibO with a configure
> script as the one used by gerrit builds.
>
> What will it be the most current configure to use?
>
> Looking at the log available, it seems that a prepared set of shell
> variable is used, what configure generated it?
>
>
> Thanks
>
> --
> Kind Regards,
> Giuseppe Castagno aka beppec56
> Acca Esse http://www.acca-esse.eu
> giuseppe.castagno at acca-esse.eu
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150716/af8e6875/attachment.html>


More information about the LibreOffice mailing list