User:Mechtilde/Configure

From Apache OpenOffice Wiki
< User:Mechtilde
Revision as of 10:14, 6 February 2019 by Mechtilde (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is the output from configure --help for 4.2

./configure --help
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

X features:
  --x-includes=DIR    X include files are in DIR
  --x-libraries=DIR   X library files are in DIR

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  --target=TARGET   configure for building compilers for TARGET [HOST]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-graphite       Enables the compilation of Graphite smart font rendering

  --disable-online-update Disables the Online Update feature.

  --disable-unit-tests		Disables default unit tests (eg. unit tests using Google test, ...).

  --disable-ldap          Disables the use of LDAP backend via OpenLDAP

  --disable-fetch-external Disables fetching external tarballs from web sources.

  --enable-lockdown       Enables the gconf integration work in AOO

  --disable-vba           disables the vba compatibility feature

  --enable-pch            EXPERIMENTAL: Enables precompiled header support for C++.

  --disable-epm           AOO includes self-packaging code, that requires
                          epm, however epm is useless for large scale
                          package building.

  --disable-odk           AOO includes an ODK, office development kit
                          which some packagers may want to build without

  --disable-mathmldtd     disable mathmldtd
                          (useful for distributions that want to avoid packaging
                          it)

  --enable-evolution2     Allows the built-in evolution 2 addressbook
                          connectivity build to be enabled.

  --disable-cups          disable CUPS support (for printing on UNIX)

  --disable-fontconfig    disable support for the fontconfig library

  --disable-directx       Remove DirectX implementation for the new XCanvas
                          interface. The DirectX support requires more stuff
                          installed on Windows to compile.
                          (DirectX SDK, GDI+ libs)

  --disable-activex       Disable the use of ActiveX for Windows build.
                          This switch is mandatory when using VC++ 2005/2008 Express.
                          Alternatively you can use the Windows Driver Kit (WDK) and
                          configure with the following switches:
                          --with-atl-include-dir=$WDK_HOME\inc\atl71
                          --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386
                          --with-mfc-include-dir=$WDK_HOME\inc\mfc42
                          --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386

  --disable-atl          Disable the use of ATL for Windows build.
                          This switch is mandatory when using VC++ 2005/2008 Express.
                          Alternatively you can use the Windows Driver Kit (WDK) and
                          configure with the following switches:
                          --with-atl-include-dir=$WDK_HOME\inc\atl71
                          --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386
                          --with-mfc-include-dir=$WDK_HOME\inc\mfc42
                          --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386

  --enable-symbols        Include debugging symbols in output.
                          WARNING - a complete build needs 8 Gb of space and
                          takes much longer. (enables -g compiler flag)

                          --enable-symbols=SMALL sets the gcc -g1 setting
                          which is smaller.

                          Enabling symbols disables the stripping of the solver
                          (--disable-strip-solver).

  --disable-strip-solver  Disable the stripping of the solver.
                          By default the solver is stripped unless a build with
                          debugging symbols (--enable-symbols) is requested.

                          This switch allows to override this setting.

  --enable-werror         Turn warnings to errors. (Has no effect in modules
                          where the treating of warnings as errors is disabled
                          explicitly)

  --enable-debug          Include debugging symbols from --enable-symbols
                          plus extra debugging code. Extra large build!
                          (enables -g compiler flag and dmake debug=true)

  --enable-dbgutil        Include additional debugging utilities, such as
                          assertions, object counting, etc. Larger build.
                          Independent from --enable-debug

  --enable-crashdump      Enable the crashdump feature code.

  --enable-cl-standard    For Microsoft C/C++ compiler users, use non-optimizing
                          standard compiler. ( This just disables optimization
                          options and therefore removes a lot of warnings when
                          using the cheaper standard compiler. )

  --enable-win64          Enable building 64 bit OpenOffice on 64 bit Windows, (as
                          opposed to 32 bit OpenOffice that is usually built there).
                          This is a temporary option during the transition,
                          as 64 bit OpenOffice doesn't fully build on Windows yet.

  --enable-win-x64-shellext    Enable the build/usage of Windows 64bit shell extensions.
                          These extensions are used for the system integration on
			  Windows 64bit systems. For example supporting the search
			  in ODF files with the standard Windows search feature.

  --disable-gtk           Determines whether to use Gtk+ vclplug on platforms
                          where Gtk+ is available.

  --enable-gstreamer      Determines whether to use the GStreamer media
                          backend on platforms where GStreamer is available.

  --disable-systray       Determines whether to build the systray quickstarter.

  --enable-cairo          Determines whether to use Cairo library on
                          platforms where Cairo is available.

  --disable-cairo-canvas  Determines whether to build the Cairo canvas on
                          platforms where Cairo is available.

  --enable-opengl         Determines whether to build the OpenGL 3D slide
                          transitions component

  --enable-dbus           Determines whether to enable presentation mode
                          screensaver control under GNOME via DBUS

  --disable-gconf         Determines whether to use the GConf support

  --disable-gnome-vfs     Determines whether to use the Gnome Virtual Filing
                          System on platforms where that VFS is available

  --enable-gio            Determines whether to use the GIO support

  --enable-static-gtk     Modules that are linked against gtk libraries use
                          the static libraries instead of the dynamic ones.
                          (enables -Bstatic linker flag for gtk libraries)

  --enable-layout         Enable the compilation and use of layout dialogs

  --disable-nss-module    Whether to use the NSS module that is used for xml-security

  --enable-kde            Determines whether to use Qt/KDE vclplug on platforms
                          where Qt and KDE are available.

  --enable-kde4            Determines whether to use Qt4/KDE4 vclplug on platforms
                          where Qt4 and KDE4 are available. May be used with --enable-kde
                          if you want to support both KDE3 and KDE4.

  --disable-rpath         Disable the use of relative paths in shared libraries

  --disable-pam           Disable pam support.

  --enable-pam-link       link with libpam instead of dynamically open it

  --disable-crypt-link    disable linking with libcrypt instead of dynamically
                          open it (needed for ancient GNU/Linux distributions
                          without crypt()/libcrypt)

  --enable-xrender-link   link with libXrender instead of dynamically open it

  --disable-randr         disable RandR support in the vcl project

  --disable-randr-link    disable linking with libXrandr, instead dynamically
                           open it at runtime

  --enable-bundled-dictionaries  Download dictionaries (spelling, hyphenation, thesaurus)
                           according to main/extensions.lst and bundle them. Make sure to
                           comply with their distribution requirements and update the
                           files LICENSE_aggregated and NOTICE_aggregated accordingly

  --enable-mysql-connector     enables the build of the MySQL Connector/OOo extension.
                                This requires access to the MySQL Connector/C (aka libmysql) to be given, too, with
                                either the --with-system-mysql or --with-libmysql-path option.

  --enable-beanshell     Enable the use of beanshell.

  --enable-pdfimport          enables the build of the PDF Import extension

  --enable-wiki-publisher      enables the build of the Wiki Publisher extension

  --enable-report-builder  enables the build of the Report Builder extension

  --disable-saxon         Disable use of saxon

  --enable-hunspell       Determines whether to enable the Hunspell library.
                          If enabled, the library will be built unless you
                          specify --with-system-hunspell to use the library
                          already present on your system.
                          If disabled, the Spell Checking component will also
                          be disabled.
                          (Default: hunspell disabled)

  --enable-hyphen         Determines whether to enable the Hyphen library.
                          If enabled, the library will be built unless you
                          specify --with-system-hyphen to use the library
                          already present on your system.
                          If disabled, the Hyphenator component will also
                          be disabled.
                          (Default: hyphen disabled)

  --enable-gcjaot         Build with[out] using Ahead of Time java compilation
                          support to speed up buildsi by compiling the jars also
                          to native code..
                          --enable-gcjaot is only known to work with bytecode
                          created with gcj or ecj

  --disable-javascript    Disables support for JavaScript macros.

  --disable-coinmp        Do not use CoinMP as the Calc solver.

  --enable-check-only     Use this option option if you just want to check your
                          environment.  This option stops the generation of an
                          ????env.set

                          Usage: --enable-check-only=yes

  --enable-ccache-skip    [default=auto] allow the use of --ccache-skip to
                          escape compiler flags that would otherwise prevent
                          caching of the result (currently used on Mac only)
                          NOTE: requires patched version because of a bug in
                          ccache (see issue 104567 for details and patch)
                          explicitly enable if your version of ccache does not
                          identify as version 2.4_OOo

  --enable-verbose        Increase build verbosity.
  --disable-verbose       Decrease build verbosity.

  --disable-dependency-tracking  Disables generation of dependency information.

  --enable-category-b     Activate components under a category B license
                          (see http://www.apache.org/legal/3party.html#category-b):
                          MPL (hunspell, hyphen, nss, saxon, rhino),
                          CPL (silgraphite), CPL/EPL (CoinMP), OFL (fonts).
                          Flags for individual libraries override this one.

  --disable-largefile     omit support for large files

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-dmake-path=<PATH TO EXECUTABLE>   Specify the location of dmake
  --with-dmake-url=<URL>   Specify the location of downloadable dmake source code. For example:
                          https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
                          Note that dmake is under GPL license.
  --with-packager-list=<PATH TO PACK LIST>   Specify a file to drive the packaging process.
                          The file must follow the format explained in
                          instsetoo_native/util/pack.lst

  --with-gnu-patch        Specify location of GNU patch on Solaris or FreeBSD

  --with-gnu-cp           Specify location of GNU cp on Solaris

  --with-gperf           Specify location of gperf on Solaris or FreeBSD

  --with-system-graphite    use graphite library already installed on system

  --with-system-apache-commons    use apache-commons jar files already installed on system

  --with-external-tar=<TARFILE PATH>   Specify path to tarfiles manually
  --with-openldap         Enables the use of the OpenLDAP

  --with-vba-package-format   specify package format for vba compatibility api.
                          Specifying "builtin" means the api component and
                          associated type library are part of the installation set.
                          Specifying "extn" creates an uno extension that is
                          part of the installation set ( located in the program
                          directory ) that MUST be optionly registered using
                          either the unopkg executeable or the extension manager
                          gui.

                          Note: "builtin" is the default, "extn" can cause
                          problems.
                          Usage: --with-vba-package-format="builtin" or
                                 --with-vba-package-format="extn"

  --without-fonts         AOO includes some third-party fonts to provide a reliable
                          basis for help content, templates, samples, etc.
                          When these fonts are already known to be available on the
                          system then you should use this option.

  --without-ppds          Removes Postscript Printer definition files from
                          Apache Openoffice installation set, for people building
                          for specific distributions where PPDs are known to be
                          already available (every recent distro with CUPS
                          backend)

  --without-afms          Removes bitmap font files from Apache Openoffice
                          installation set, for people building for specific
                          distributions where AFM files or TrueType Fonts
                          are known to be available.

  --with-epm		  Decides which epm to use. Default is to use
			  the one from the system if one is built. When
			  either this is not there or you say =internal
			  epm will be built.

  --with-epm-url=<URL>    Specify the location of downloadable epm source code. For example:
                            https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
                          or
                            http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
                          Version 3.7 or later is required. Note that epm is under GPL license.

  --with-package-format   specify package format(s) for AOO installsets.
                          Default is "normal" one of the OS/Distribution.

                          Usage: --with-package-format="foo bar"

  --with-system-stdlibs   use libstdc++/libgcc_s already on system

  --with-atl-include-dir      Path to ATL include directory for Windows build.
                          This switch is mandatory when using VC++ 2008 Express
                          and configuring with ATL/ActiveX enabled.
                          You can use the Windows Driver Kit (WDK) and
                          configure with the following switch:
                          --with-atl-include-dir=$WDK_HOME\inc\atl71

  --with-atl-lib-dir          Path to ATL libraries directory for Windows build.
                          This switch is mandatory when using VC++ 2008 Express
                          and configuring with ATL/ActiveX enabled.
                          You can use the Windows Driver Kit (WDK) and
                          configure with the following switch:
                          --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386

  --with-mfc-include-dir       Path to MFC include directory for Windows build.
                          This switch is mandatory when using VC++ 2008 Express
                          and configuring with ATL/ActiveX enabled.
                          You can use the Windows Driver Kit (WDK) and
                          configure with the following switch:
                          --with-mfc-include-dir=$WDK_HOME\inc\mfc42

  --with-mfc-lib-dir          Path to MFC libraries directory for Windows build.
                          This switch is mandatory when using VC++ 2008 Express
                          and configuring with ATL/ActiveX enabled.
                          You can use the Windows Driver Kit (WDK) and
                          configure with the following switch:
                          --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386

  --with-system-cairo      Use Cairo libraries already on system

  --with-bundled-extension-blobs Whitespace separated list of files in the tarball directory
                          that are to be bundled as-is for installation as extensions
                          at the first program start. Make sure to only bundle extensions
                          which can be installed without requiring a license dialog
                          and comply with their distribution requirements by updating the
                          files LICENSE_aggregated and NOTICE_aggregated accordingly

  --with-system-dicts    Use dictionaries from system paths- Specify
                         them via --with-{dict,hyph,thes}-path=/path
                        if you want to override the default ones

  --with-external-dict-dir Specify external dictionary dir

  --with-external-hyph-dir Specify external hyphenation pattern dir

  --with-external-thes-dir Specify external thesaurus dir

  --with-system-libs      Use libs already on system -- enables all
                          --with-system-* flags except
                          odbc/sane/xrender-header(s)

  --with-system-headers   Use headers already on system -- enables all
                          --with-system-* flags for external packages
                          whose headers are the only entities used i.e.
                          boost/vigra/odbc/sane/xrender-header(s)

  --without-system-jars   When building with --with-system-libs, also the
                          needed jars are expected on the system. Use this to
                          disable that.
                          (except for the db case where --with-system-db
                          *has to* imply using the db.jar from there, too)

  --with-system-zlib      Use zlib already on system

  --with-system-nss       Use NSS already on system

  --with-system-openssl   Use OpenSSL already on system

  --with-system-jpeg      Use jpeg already on system

  --with-system-expat     Use expat already on system

  --with-system-libxml    Use libxml already on system

  --with-system-python    Use python already on system

  --with-system-icu       Use icu already on system

  --with-system-poppler   Use poppler already on system

  --with-system-lucene    Use lucene already on system

  --with-lucene-core-jar=JARFILE   Specify path to jarfile manually
  --with-lucene-analyzers-jar=JARFILE   Specify path to jarfile manually
  --with-system-mysql          Use MySQL libraries already on system, for building the MySQL Connector/OOo extension.
                                Requires MYSQLCONFIG to point to the mysql_config executable.

  --with-libmysql-path         Use Connector/C (libmysql) installation for building the MySQL Connector/OOo extension.

                                Usage: --with-libmysql-path=<absolute path to your Connector/C installation>

  --with-system-mysql-cppconn  Use MySQL C++ Connector libraries already on system

  --with-system-hsqldb    Use hsqldb already on system

  --with-hsqldb-jar=JARFILE   Specify path to jarfile manually
  --with-system-beanshell Use beanshell already on system (default)

  --with-beanshell-jar=JARFILE   Specify path to jarfile manually
  --with-commons-codec-jar=JARFILE   Specify path to jarfile manually
  --with-commons-lang-jar=JARFILE   Specify path to jarfile manually
  --with-commons-httpclient-jar=JARFILE   Specify path to jarfile manually
  --with-commons-logging-jar=JARFILE   Specify path to jarfile manually
  --servlet-api-jar=JARFILE   Specify path to jarfile manually
  --with-sac-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libxml-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-flute-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-jfreereport-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-liblayout-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libloader-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libformula-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-librepository-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libfonts-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libserializer-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-libbase-jar=JARFILE   Specify path to jarfile manually (for Report Builder extension)
  --with-system-saxon     Use saxon already on system (default)

  --with-saxon-jar=JARFILE   Specify path to jarfile manually. This implies --with-system-saxon
  --with-system-libxslt   Use libxslt already on system

  --with-system-odbc-headers     Use the odbc headers already on system

  --with-system-sane-header      Use sane.h already on system

  --with-system-xrender-headers  Use XRender headers already on system

  --with-system-curl      Use curl already on system

  --with-system-boost     Use boost already on system

  --with-system-mdds      Use mdds already on system

  --with-system-vigra     Use vigra already on system

  --with-system-hunspell  Use libhunspell already on system

  --with-system-mythes    Use mythes already on system

  --with-system-hyphen    Use libhypeh already on system

  --with-system-libtextcat      Use libtextcat already on system

  --with-system-libtextcat-data Use libtextcat data already on system

  --with-system-redland   Use redland library already on system

  --with-stlport         Only building --without-stlport is supported.

  --with-jdk-home         if you have installed JDK 1.3 or later on your system
                          please supply the path here.
                          Note that this is not the location of the Java binary
                          but the location of the entire distribution.

                          Usage: --with-jdk-home=<absolute path to JDK home>

  --with-java             Build with[out] Java support. If you use
                          --without-java/--with-java=no then the build will have
                          no support for Java components, applets, accessibility
                          or XML filters.

  --with-ant-home         If you have installed Apache Ant on your system,
                          please supply the path here.
                          Note that this is not the location of the Ant binary
                          but the location of the entire distribution.

                          Usage: --with-ant-home=<absolute path to Ant home>

  --with-junit            Specifies the JUnit 4 jar file to use for JUnit-based
                          tests.  --without-junit disables those tests.  Not
                          relevant in the --without-java case.

                          Usage: --with-junit=<absolute path to JUnit 4 jar>

  --with-hamcrest-core    Specifies the hamcrest-core jar file to use for
                          JUnit-based tests.  --without-junit disables those
                          tests.  Not relevant in the --without-java or
                          --without-junit cases, and only needed for JUnit
                          >= 4.11.

  --with-perl-home        If you have installed the Perl 5 Distribution, on your
                          system, please supply the path here.
                          Note that this is not the location of the Perl binary
                          but the location of the entire distribution.

                          Usage: --with-perl-home=<absolute path to Perl 5 home>

  --with-cl-home          For Windows NT users, please supply the path
                          for the Microsoft C/C++ compiler.
                          Note that this is not the location of the compiler
                          binary but the location of the entire distribution.

                          Usage: --with-cl-home=<absolute path to Microsoft C/C++ compiler home>

  --with-mspdb-path       For Microsoft C/C++ compiler users, please supply the
                          path pointing to the mspdb71.dll (.NET 2003).

                          Usage: --with-mspdb-path=<absolute path to mspdb71.dll>

  --with-midl-path        For Microsoft C/C++ .NET compiler users, please supply
                          the path pointing to the midl.exe.

                          Usage: --with-midl-path=<absolute path to midl.exe>

  --with-csc-path         For Microsoft C/C++ .NET compiler users, please supply
                          the path pointing to the csc.exe.

                          Usage: --with-csc-path=<absolute path to csc.exe>

  --with-nsis-path        For Windows users, please supply the path to the
                          "Nullsoft Scriptable Install System" (NSIS). If NSIS
                          is found in the path or this option is supplied a self
                          contained executable installer for Apache OpenOffice
                          will be created.

                          Usage: --with-nsis-path=<absolute path to nsis.exe>

  --with-frame-home       For Microsoft C/C++ .NET compiler users, please supply
                          the path pointing to lib/mscoree.lib, usually
                          something like:
                          "/cygdrive/c/Program Files/Microsoft Visual Studio .NET/FrameworkSDK"

                          MS Visual Toolkit compiler users, please supply the
                          path pointing to lib/msvcrt.lib, usually something
                          like:
                          "/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Vc7"

                          Usage: --with-frame-home=<absolute path to Framework SDK [home]>

  --with-psdk-home        For Windows users, please supply the path to the
                          Microsoft Platform SDK.

                          Usage: --with-psdk-home=<absolute path to Microsoft Platform SDK>

  --with-directx-home     For Windows users, please supply the path to the
                          Microsoft DirectX SDK.

                          Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK>

  --with-mozilla-build    For Windows users, please supply the path to the
                          mozilla build tools.

                          Usage: --with-mozilla-build=<absolute path to mozilla build tools>

						  At the moment of this writing, an installer for the mozilla build tools
						  can be obtained from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/.

  --with-local-solenv     If you have solenv in a location other than ./solenv,
                          please supply the path here.

                          Usage: --with-local-solenv=<absolute path to solenv>

  --with-local-solver     if you have solver in a location other than ./solver,
                          please supply the path here.

                          Usage: --with-local-solver=<absolute path to solver>

  --with-system-apr       Use apr library already installed on the system

  --with-system-apr-util  Use apr-util library already installed on the system

  --with-system-serf      Use serf library already installed on the system

  --with-system-coinmp    Use CoinMP library already installed on the system

  --with-lang             Use this option to build Apache OpenOffice with
                          additional language support. English (US) is always
                          included by default. Separate multiple languages with
                          space. For all languages, use --with-lang=ALL.

                          Usage: --with-lang="es sw tu cs sk"

  --with-poor-help-localizations
                           Use this option to specify which languages have
                          unusable help localizations. Separate multiple
                          languages with space.

                          Usage: --with-poor-help-localizations="af ar be-BY ca"

  --with-dict             Use this option to build Apache OpenOffice with
                          dictionary support. ALL dictionaries are always
                          included by default unless overridden with
                          this option. Separate multiple dictionaries with
                          commas. For all dictionaries, use --with-dict=ALL.

                          Usage: --with-dict=ENGB,ENUS,ITIT

  --with-intro-bitmaps    Prefer the specified intro bitmaps over the
                          the default one.  Can be more than one (separated by
                          commas), the order means priority of fallback if the
                          first does not exist (in the installed tree).

                          Usage: --with-intro-bitmaps=/path/my_ooo_intro.bmp

  --with-about-bitmaps    Similarly to --with-intro-bitmaps, this allows
                          specification of bitmaps for the About box.

                          Usage: --with-about-bitmaps=/path/my_ooo_about.bmp

  --with-vendor           Set vendor of the build.

                          Usage: --with-vendor="John the Builder"

  --with-unix-wrapper    Redefines the name of the UNIX wrapper that will be used
                          in the desktop files and in the desktop-integration RPMs.

                          Usage: --with-unix-wrapper=ooffice

  --with-asm-home         For Windows users, please supply the path for the
                          ml.exe assembler.

                          Usage: --with-asm-home=<path to ml.exe directory>

  --with-nasm-home        For Windows users, please supply the path for the
                          nasm.exe assembler.

                          Usage: --with-nasm-home=<path to nasm.exe directory>

  --with-os-version       For FreeBSD users, use this option option to override
                          the detected OSVERSION.

                          Usage: --with-os-version=<OSVERSION>

  --with-unzip-home       Deprecated: use --with-zip-home instead
  --with-zip-home         If you use a non standard zip, for example Windows
                          please supply the path for zip

                          Usage: --with-zip-home=<path to zip executable>

  --with-mingwin          For Windows users, use the mingwin32 compiler within
                          cygwin environment

                          Usage: --with-mingwin=yes

                          For !Windows use, use the mingw32 C++ compiler to
                          (re-) build unowinreg.dll. Specify the MinGW C++
                          Compilers name.

                          Usage: --with-mingwin=i586-mingw32msvc-g++

  --with-build-version    Allows the builder to add a custom version tag
                          that will appear in the Help/About box for QA
                          purposes.

                          Usage: --with-build-version="Built by Jim"

  --with-alloc            Define which allocator to build with
                          (choices are oo, system, tcmalloc, jemalloc)

                          Note that on FreeBSD/NetBSD system==jemalloc

  --arm-target            The minimal targeted arm processor
                              used for the build environment.
                              Cases :
                                arm-target < 6 : armv4t compatibility
                                arm-target = 6 : exact armv6 compatibility
                                arm-target > 6 : armv7-a compatibility

                              Usage: --with-arm-target=7

  --macosx-target            The minimal macOS/OSX deployment and build target

                              Usage: --with-macosx-target=10.7

  --with-rat-scan         Scan source code for license headers.
                          Use as --with-rat-scan to automatically download pre-built Rat binaries.
                          Alternatively use as --with-rat-scan=<path-to-rat-direcetory> to use
                          a separately installed library.

  --with-x                use the X Window System

Some influential environment variables:
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CXXCPP      C++ preprocessor
  FREETYPE_CFLAGS
              C compiler flags for FREETYPE, overriding pkg-config
  FREETYPE_LIBS
              linker flags for FREETYPE, overriding pkg-config
  LIBXSLT_CFLAGS
              C compiler flags for LIBXSLT, overriding pkg-config
  LIBXSLT_LIBS
              linker flags for LIBXSLT, overriding pkg-config
  LIBXML_CFLAGS
              C compiler flags for LIBXML, overriding pkg-config
  LIBXML_LIBS linker flags for LIBXML, overriding pkg-config
  APR_CFLAGS  C compiler flags for APR, overriding pkg-config
  APR_LIBS    linker flags for APR, overriding pkg-config
  APR_UTIL_CFLAGS
              C compiler flags for APR_UTIL, overriding pkg-config
  APR_UTIL_LIBS
              linker flags for APR_UTIL, overriding pkg-config
  SERF_CFLAGS C compiler flags for SERF, overriding pkg-config
  SERF_LIBS   linker flags for SERF, overriding pkg-config
  COINMP_CFLAGS
              C compiler flags for COINMP, overriding pkg-config
  COINMP_LIBS linker flags for COINMP, overriding pkg-config
  GRAPHITE_CFLAGS
              C compiler flags for GRAPHITE, overriding pkg-config
  GRAPHITE_LIBS
              linker flags for GRAPHITE, overriding pkg-config
  XMKMF       Path to xmkmf, Makefile generator for X Window System
  XRANDR_CFLAGS
              C compiler flags for XRANDR, overriding pkg-config
  XRANDR_LIBS linker flags for XRANDR, overriding pkg-config
  NSS_CFLAGS  C compiler flags for NSS, overriding pkg-config
  NSS_LIBS    linker flags for NSS, overriding pkg-config
  OPENSSL_CFLAGS
              C compiler flags for OPENSSL, overriding pkg-config
  OPENSSL_LIBS
              linker flags for OPENSSL, overriding pkg-config
  REDLAND_CFLAGS
              C compiler flags for REDLAND, overriding pkg-config
  REDLAND_LIBS
              linker flags for REDLAND, overriding pkg-config
  HUNSPELL_CFLAGS
              C compiler flags for HUNSPELL, overriding pkg-config
  HUNSPELL_LIBS
              linker flags for HUNSPELL, overriding pkg-config
  MYTHES_CFLAGS
              C compiler flags for MYTHES, overriding pkg-config
  MYTHES_LIBS linker flags for MYTHES, overriding pkg-config
  GCONF_CFLAGS
              C compiler flags for GCONF, overriding pkg-config
  GCONF_LIBS  linker flags for GCONF, overriding pkg-config
  GNOMEVFS_CFLAGS
              C compiler flags for GNOMEVFS, overriding pkg-config
  GNOMEVFS_LIBS
              linker flags for GNOMEVFS, overriding pkg-config
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  GTK_LIBS    linker flags for GTK, overriding pkg-config
  GTHREAD_CFLAGS
              C compiler flags for GTHREAD, overriding pkg-config
  GTHREAD_LIBS
              linker flags for GTHREAD, overriding pkg-config
  GTK_2_10_CFLAGS
              C compiler flags for GTK_2_10, overriding pkg-config
  GTK_2_10_LIBS
              linker flags for GTK_2_10, overriding pkg-config
  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
  DBUS_LIBS   linker flags for DBUS, overriding pkg-config
  GIO_CFLAGS  C compiler flags for GIO, overriding pkg-config
  GIO_LIBS    linker flags for GIO, overriding pkg-config
  GSTREAMER_CFLAGS
              C compiler flags for GSTREAMER, overriding pkg-config
  GSTREAMER_LIBS
              linker flags for GSTREAMER, overriding pkg-config
  CAIRO_CFLAGS
              C compiler flags for CAIRO, overriding pkg-config
  CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
  POPPLER_CFLAGS
              C compiler flags for POPPLER, overriding pkg-config
  POPPLER_LIBS
              linker flags for POPPLER, overriding pkg-config
  GOBJECT_CFLAGS
              C compiler flags for GOBJECT, overriding pkg-config
  GOBJECT_LIBS
              linker flags for GOBJECT, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to the package provider.

Personal tools