Advertisement
Guest User

libreoffice autogen help

a guest
Apr 20th, 2018
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 56.09 KB | None | 0 0
  1.     autogen.sh - libreoffice configuration helper
  2.        --clean        forcibly re-generate configuration
  3.        --best-effort  don't fail on un-known configure with/enable options
  4.  
  5.     Other arguments passed directly to configure:
  6.  
  7.     `configure' configures LibreOffice 5.4.6.2 to adapt to many kinds of systems.
  8.  
  9.     Usage: ./configure [OPTION]... [VAR=VALUE]...
  10.  
  11.     To assign environment variables (e.g., CC, CFLAGS...), specify them as
  12.     VAR=VALUE.  See below for descriptions of some of the useful variables.
  13.  
  14.     Defaults for the options are specified in brackets.
  15.  
  16.     Configuration:
  17.       -h, --help              display this help and exit
  18.           --help=short        display options specific to this package
  19.           --help=recursive    display the short help of all the included packages
  20.       -V, --version           display version information and exit
  21.       -q, --quiet, --silent   do not print `checking ...' messages
  22.           --cache-file=FILE   cache test results in FILE [disabled]
  23.       -C, --config-cache      alias for `--cache-file=config.cache'
  24.       -n, --no-create         do not create output files
  25.           --srcdir=DIR        find the sources in DIR [configure dir or `..']
  26.  
  27.     Installation directories:
  28.       --prefix=PREFIX         install architecture-independent files in PREFIX
  29.                               [/usr/local]
  30.       --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  31.                               [PREFIX]
  32.  
  33.     By default, `make install' will install all the files in
  34.     `/usr/local/bin', `/usr/local/lib' etc.  You can specify
  35.     an installation prefix other than `/usr/local' using `--prefix',
  36.     for instance `--prefix=$HOME'.
  37.  
  38.     For better control, use the options below.
  39.  
  40.     Fine tuning of the installation directories:
  41.       --bindir=DIR            user executables [EPREFIX/bin]
  42.       --sbindir=DIR           system admin executables [EPREFIX/sbin]
  43.       --libexecdir=DIR        program executables [EPREFIX/libexec]
  44.       --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  45.       --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  46.       --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  47.       --libdir=DIR            object code libraries [EPREFIX/lib]
  48.       --includedir=DIR        C header files [PREFIX/include]
  49.       --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  50.       --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  51.       --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  52.       --infodir=DIR           info documentation [DATAROOTDIR/info]
  53.       --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  54.       --mandir=DIR            man documentation [DATAROOTDIR/man]
  55.       --docdir=DIR            documentation root [DATAROOTDIR/doc/libreoffice]
  56.       --htmldir=DIR           html documentation [DOCDIR]
  57.       --dvidir=DIR            dvi documentation [DOCDIR]
  58.       --pdfdir=DIR            pdf documentation [DOCDIR]
  59.       --psdir=DIR             ps documentation [DOCDIR]
  60.  
  61.     X features:
  62.       --x-includes=DIR    X include files are in DIR
  63.       --x-libraries=DIR   X library files are in DIR
  64.  
  65.     System types:
  66.       --build=BUILD     configure for building on BUILD [guessed]
  67.       --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  68.  
  69.     Optional Features:
  70.       --disable-option-checking  ignore unrecognized --enable/--with options
  71.       --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  72.       --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  73.       --enable-fuzz-options   Randomly enable or disable each of those
  74.                               configurable options that are supposed to be freely
  75.                               selectable without interdependencies, or where bad
  76.                               interaction from interdependencies is automatically
  77.                               avoided.
  78.  
  79.       --disable-extension-integration
  80.                               Disable integration of the built extensions in the
  81.                               installer of the product. Use this switch to disable
  82.                               the integration.
  83.  
  84.       --disable-avmedia       Disable displaying and inserting AV media in
  85.                               documents. Work in progress, use only if you are
  86.                               hacking on it.
  87.  
  88.       --disable-database-connectivity
  89.                               Disable various database connectivity. Work in
  90.                               progress, use only if you are hacking on it.
  91.  
  92.       --disable-extensions    Disable all add-on extension functionality. Work in
  93.                               progress, use only if you are hacking on it.
  94.  
  95.       --disable-scripting     Disable BASIC, Java and Python. Work in progress,
  96.                               use only if you are hacking on it.
  97.  
  98.       --disable-dynamic-loading
  99.                               Disable any use of dynamic loading of code. Work in
  100.                               progress, use only if you are hacking on it.
  101.  
  102.       --enable-ext-mariadb-connector
  103.                               Enable the build of the MariaDB/MySQL Connector
  104.                               extension.
  105.  
  106.       --disable-report-builder
  107.                               Disable the Report Builder.
  108.  
  109.       --enable-ext-wiki-publisher
  110.                               Enable the Wiki Publisher extension.
  111.  
  112.       --disable-lpsolve       Disable compilation of the lp solve solver
  113.  
  114.       --disable-coinmp        Disable compilation of the CoinMP solver
  115.  
  116.       --disable-pdfimport     Disable building the PDF import feature.
  117.  
  118.       --disable-pdfium        Disable building PDFium.
  119.  
  120.       --enable-mergelibs      Merge several of the smaller libraries into one big,
  121.                               "merged", one.
  122.  
  123.       --enable-breakpad       Enables breakpad for crash reporting.
  124.  
  125.       --disable-fetch-external
  126.                               Disables fetching external tarballs from web
  127.                               sources.
  128.  
  129.       --enable-fuzzers        Enables building libfuzzer targets for fuzz testing.
  130.  
  131.       --enable-pch            Enables precompiled header support for C++. Forced
  132.                               default on Windows/VC build
  133.  
  134.       --enable-epm            LibreOffice includes self-packaging code, that
  135.                               requires epm, however epm is useless for large scale
  136.                               package building.
  137.  
  138.       --disable-odk           LibreOffice includes an ODK, office development kit
  139.                               which some packagers may wish to build without.
  140.  
  141.       --enable-mpl-subset     Don't compile any pieces which are not MPL or more
  142.                               liberally licensed
  143.  
  144.       --enable-evolution2     Allows the built-in evolution 2 addressbook
  145.                               connectivity build to be enabled.
  146.  
  147.       --disable-directx       Remove DirectX implementation for the new XCanvas
  148.                               interface. The DirectX support requires more stuff
  149.                               installed on Windows to compile. (DirectX SDK, GDI+
  150.                               libs)
  151.  
  152.       --enable-avahi          Determines whether to use Avahi to advertise Impress
  153.                               to remote controls.
  154.  
  155.       --enable-werror         Turn warnings to errors. (Has no effect in modules
  156.                               where the treating of warnings as errors is disabled
  157.                               explicitly.)
  158.       --enable-assert-always-abort
  159.                               make assert() abort even in release code.
  160.       --enable-dbgutil        Provide debugging support from --enable-debug and
  161.                               include additional debugging utilities such as
  162.                               object counting or more expensive checks. This is
  163.                               the recommended option for developers. Note that
  164.                               this makes the build ABI incompatible, it is not
  165.                               possible to mix object files or libraries from a
  166.                               --enable-dbgutil and a --disable-dbgutil build.
  167.       --enable-debug          Include debugging information, disable compiler
  168.                               optimization and inlining plus extra debugging code
  169.                               like assertions. Extra large build! (enables -g
  170.                               compiler flag).
  171.       --enable-sal-log        Make SAL_INFO and SAL_WARN calls do something even
  172.                               in a non-debug build.
  173.       --enable-selective-debuginfo
  174.                               If --enable-debug or --enable-dbgutil is used, build
  175.                               debugging information (-g compiler flag) only for
  176.                               the specified gbuild build targets (where all means
  177.                               everything, - prepended means not to enable, /
  178.                               appended means everything in the directory; there is
  179.                               no ordering, more specific overrides more general,
  180.                               and disabling takes precedence). Example:
  181.                               --enable-selective-debuginfo="all -sw/ -Library_sc".
  182.       --enable-symbols        Generate debug information. By default, enabled for
  183.                               --enable-debug and --enable-dbgutil, disabled
  184.                               otherwise.
  185.       --disable-runtime-optimizations
  186.                               Statically disable certain runtime optimizations
  187.                               (like rtl/alloc.h or JVM JIT) that are known to
  188.                               interact badly with certain dynamic analysis tools
  189.                               (like -fsanitize=address or Valgrind). By default,
  190.                               disabled iff CC contains "-fsanitize=*". (For
  191.                               Valgrind, those runtime optimizations are typically
  192.                               disabled dynamically via RUNNING_ON_VALGRIND.)
  193.       --enable-compiler-plugins
  194.                               Enable compiler plugins that will perform additional
  195.                               checks during building. Enabled automatically by
  196.                               --enable-dbgutil.
  197.       --disable-ooenv         Disable ooenv for the instdir installation.
  198.       --enable-lto            Enable link-time optimization. Suitable for
  199.                               (optimised) product builds. Building might take
  200.                               longer but libraries and executables are optimized
  201.                               for speed. For GCC, best to use the 'gold' linker.
  202.                               For MSVC, this option is broken at the moment. This
  203.                               is experimental work in progress that shouldn't be
  204.                               used unless you are working on it.)
  205.       --enable-python=<no/auto/system/internal/fully-internal>
  206.                               Enables or disables Python support at run-time and
  207.                               build-time. Also specifies what Python to use.
  208.                               'auto' is the default. 'fully-internal' even forces
  209.                               the internal version for uses of Python during the
  210.                               build.
  211.       --disable-gtk           Determines whether to use Gtk+ vclplug on platforms
  212.                               where Gtk+ is available.
  213.       --disable-gtk3          Determines whether to use Gtk+ 3.0 vclplug on
  214.                               platforms where Gtk+ 3.0 is available. This is
  215.                               experimental and may not work.
  216.       --disable-systray       Determines whether to build the systray
  217.                               quickstarter.
  218.       --enable-split-app-modules
  219.                               Split file lists for app modules, e.g. base, calc.
  220.                               Has effect only with make distro-pack-install
  221.       --enable-split-opt-features
  222.                               Split file lists for some optional features, e.g.
  223.                               pyuno, testtool. Has effect only with make
  224.                               distro-pack-install
  225.       --disable-cairo-canvas  Determines whether to build the Cairo canvas on
  226.                               platforms where Cairo is available.
  227.       --disable-dbus          Determines whether to enable features that depend on
  228.                               dbus. e.g. Presentation mode screensaver control,
  229.                               bluetooth presentation control, automatic font
  230.                               install
  231.       --disable-sdremote      Determines whether to enable Impress remote control
  232.                               (i.e. the server component).
  233.       --disable-sdremote-bluetooth
  234.                               Determines whether to build sdremote with bluetooth
  235.                               support. Requires dbus on Linux.
  236.       --disable-gio           Determines whether to use the GIO support.
  237.       --enable-tde            Determines whether to use TQt/TDE vclplug on
  238.                               platforms where TQt and TDE are available.
  239.       --disable-tdeab         Disable the TDE address book support.
  240.       --enable-kde4           Determines whether to use Qt4/KDE4 vclplug on
  241.                               platforms where Qt4 and KDE4 are available.
  242.       --disable-gui           Disable use of X11 or Wayland to reduce
  243.                               dependencies. Not related to the --headless
  244.                               command-line option. Not related to LibreOffice
  245.                               Online functionality. Don't use unless you are
  246.                               certain you need to. Nobody will help you if you
  247.                               insist on trying this and run into problems.
  248.       --disable-randr         Disable RandR support in the vcl project.
  249.       --disable-gstreamer-1-0 Disable building with the new gstreamer 1.0 avmedia
  250.                               backend.
  251.       --enable-gstreamer-0-10 Enable building with the gstreamer 0.10 avmedia
  252.                               backend.
  253.       --enable-vlc            Enable building with the (experimental) VLC avmedia
  254.                               backend.
  255.       --disable-neon          Disable neon and the compilation of webdav binding.
  256.       --enable-eot            Enable support for Embedded OpenType fonts.
  257.       --disable-cve-tests     Prevent CVE tests to be executed
  258.       --enable-chart-tests    Executes chart XShape tests. In a perfect world
  259.                               these tests would be stable and everyone could run
  260.                               them, in reality it is best to run them only on a
  261.                               few machines that are known to work and maintained
  262.                               by people who can judge if a test failure is a
  263.                               regression or not.
  264.       --enable-build-unowinreg
  265.                               Do not use the prebuilt unowinreg.dll. Build it
  266.                               instead. The MinGW C++ compiler is needed on Linux.
  267.       --enable-dependency-tracking
  268.                               Do not reject slow dependency extractors.
  269.       --disable-dependency-tracking
  270.                               Disables generation of dependency information.
  271.                               Speed up one-time builds.
  272.       --enable-icecream       Use the 'icecream' distributed compiling tool to
  273.                               speedup the compilation. It defaults to
  274.                               /opt/icecream for the location of the icecream
  275.                               gcc/g++ wrappers, you can override that using
  276.                               --with-gcc-home=/the/path switch.
  277.       --disable-cups          Do not build cups support.
  278.  
  279.       --disable-ccache        Do not try to use ccache automatically. By default,
  280.                               unless on Windows, we will try to detect if ccache
  281.                               is available; in that case if CC/CXX are not yet
  282.                               set, and --enable-icecream is not given, we attempt
  283.                               to use ccache. --disable-ccache disables ccache
  284.                               completely.
  285.       --enable-64-bit         Build a 64-bit LibreOffice on platforms where the
  286.                               normal build is 32-bit. At the moment meaningful
  287.                               only for iOS and Windows.
  288.       --enable-online-update  Enable the online update service that will check for
  289.                               new versions of LibreOffice. By default, it is
  290.                               enabled on Windows and Mac, disabled on Linux. If
  291.                               the value is "mar", the experimental Mozilla-like
  292.                               update will be enabled instead of the traditional
  293.                               update mechanism.
  294.       --disable-extension-update
  295.                               Disable possibility to update installed extensions.
  296.       --enable-release-build  Enable release build. See
  297.                               http://wiki.documentfoundation.org/Development/DevBuild
  298.       --enable-windows-build-signing
  299.                               Enable signing of windows binaries (*.exe, *.dll)
  300.       --enable-silent-msi     Enable MSI with LIMITUI=1 (silent install).
  301.       --enable-macosx-code-signing=<identity>
  302.                               Sign executables, dylibs, frameworks and the app
  303.                               bundle. If you don't provide an identity the first
  304.                               suitable certificate in your keychain is used.
  305.       --enable-macosx-package-signing=<identity>
  306.                               Create a .pkg suitable for uploading to the Mac App
  307.                               Store and sign it. If you don't provide an identity
  308.                               the first suitable certificate in your keychain is
  309.                               used.
  310.       --enable-macosx-sandbox Make the app bundle run in a sandbox. Requires code
  311.                               signing. Is required by apps distributed in the Mac
  312.                               App Store, and implies adherence to App Store rules.
  313.       --enable-ios-simulator  Build for the iOS Simulator, not iOS device.
  314.       --enable-readonly-installset
  315.                               Prevents any attempts by LibreOffice to write into
  316.                               its installation. That means at least that no
  317.                               "system-wide" extensions can be added. Experimental
  318.                               work in progress.
  319.       --disable-postgresql-sdbc
  320.                               Disable the build of the PostgreSQL-SDBC driver.
  321.  
  322.       --disable-lotuswordpro  Disable the build of the Lotus Word Pro filter.
  323.       --disable-firebird-sdbc Disable the build of the Firebird-SDBC driver if it
  324.                               doesn't compile for you.
  325.       --enable-bogus-pkg-config
  326.                               MACOSX only: on MacOSX pkg-config can cause trouble.
  327.                               by default if one is found in the PATH, an error is
  328.                               issued. This flag turn that error into a warning.
  329.       --disable-openssl       Disable using libssl/libcrypto from OpenSSL. If
  330.                               disabled, components will either use GNUTLS or NSS.
  331.                               Work in progress, use only if you are hacking on it.
  332.       --enable-library-bin-tar
  333.                               Enable the building and reused of tarball of binary
  334.                               build for some 'external' libraries. Some libraries
  335.                               can save their build result in a tarball stored in
  336.                               TARFILE_LOCATION. That binary tarball is uniquely
  337.                               identified by the source tarball, the content of the
  338.                               config_host.mk file and the content of the top-level
  339.                               directory in core for that library If this option is
  340.                               enabled, then if such a tarfile exist, it will be
  341.                               untarred instead of the source tarfile, and the
  342.                               build step will be skipped for that library. If a
  343.                               proper tarfile does not exist, then the normal
  344.                               source-based build is done for that library and a
  345.                               proper binary tarfile is created for the next time.
  346.       --disable-gltf          Determines whether to build libraries related to
  347.                               glTF 3D model rendering.
  348.       --disable-collada       Disable collada support (Rendering 3D models stored
  349.                               in *.dae and *.kmz format).
  350.       --disable-dconf         Disable the dconf configuration backend (enabled by
  351.                               default where available).
  352.       --enable-formula-logger Enable formula logger for logging formula
  353.                               calculation flow in Calc.
  354.  
  355.       --enable-bundle-mariadb When using MariaDB/MySQL libraries already on
  356.                               system, bundle them with the MariaDB
  357.                               Connector/LibreOffice extension.
  358.  
  359.       --disable-scripting-beanshell
  360.                               Disable support for scripts in BeanShell.
  361.       --disable-scripting-javascript
  362.                               Disable support for scripts in JavaScript.
  363.       --disable-largefile     omit support for large files
  364.       --enable-introspection=[no/auto/yes]
  365.                               Enable introspection for this build
  366.       --enable-ext-ct2n       Enable the ConvertTextToNumber extension
  367.  
  368.       --enable-ext-numbertext Enable the Numbertext extension
  369.  
  370.       --enable-ext-nlpsolver  Enable the NLPSolver extension
  371.  
  372.       --enable-ext-languagetool
  373.                               Enable the LanguageTool extension
  374.  
  375.  
  376.     Optional Packages:
  377.       --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  378.       --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  379.       --with-android-ndk      Specify location of the Android Native Development
  380.                               Kit. Mandatory when building for Android.
  381.       --with-android-ndk-toolchain-version
  382.                               Specify which toolchain version to use, of those
  383.                               present in the Android NDK you are using. The
  384.                               default is 4.9 currently.
  385.       --with-android-sdk      Specify location of the Android SDK. Mandatory when
  386.                               building for Android, or when building the Impress
  387.                               Remote Android app.
  388.       --with-macosx-bundle-identifier=tld.mumble.orifice.TheOffice
  389.                               Define the OS X bundle identifier. Default is the
  390.                               somewhat weird org.libreoffice.script ("script",
  391.                               huh?).
  392.       --with-product-name='My Own Office Suite'
  393.                               Define the product name. Default is LibreOffice.
  394.       --with-package-version='3.1.4.5'
  395.                               Define the package version. Default is
  396.                               5.4.6.2. Use only if you distribute an
  397.                               own build for macOS.
  398.       --with-gcc-home         Specify the location of gcc/g++ manually. This can
  399.                               be used in conjunction with --enable-icecream when
  400.                               icecream gcc/g++ wrappers are installed in a
  401.                               non-default path.
  402.       --with-gnu-patch        Specify location of GNU patch on Solaris or FreeBSD.
  403.       --with-build-platform-configure-options
  404.                               Specify options for the configure script run for the
  405.                               *build* platform in a cross-compilation
  406.       --with-gnu-cp           Specify location of GNU cp on Solaris or FreeBSD.
  407.       --with-external-tar=<TARFILE_PATH>
  408.                               Specify an absolute path of where to find (and
  409.                               store) tarfiles.
  410.       --with-referenced-git=<OTHER_CHECKOUT_DIR>
  411.                               Specify another checkout directory to reference.
  412.                               This makes use of git submodule update --reference,
  413.                               and saves a lot of diskspace when having multiple
  414.                               trees side-by-side.
  415.       --with-linked-git=<submodules repo basedir>
  416.                               Specify a directory where the repositories of
  417.                               submodules are located. This uses a method similar
  418.                               to git-new-workdir to get submodules.
  419.       --with-galleries        Specify how galleries should be built. It is
  420.                               possible either to build these internally from
  421.                               source ("build"), or to disable them ("no")
  422.       --with-theme="theme1 theme2..."
  423.                               Choose which themes to include. By default those
  424.                               themes with an '*' are included. Possible choices:
  425.                               *breeze, *breeze_dark, crystal, *galaxy,
  426.                               *hicontrast, oxygen, *sifr, *sifr_dark, *tango,
  427.                               *tango_testing.
  428.       --without-helppack-integration
  429.                               It will not integrate the helppacks to the installer
  430.                               of the product. Please use this switch to use the
  431.                               online help or separate help packages.
  432.       --without-fonts         LibreOffice includes some third-party fonts to
  433.                               provide a reliable basis for help content,
  434.                               templates, samples, etc. When these fonts are
  435.                               already known to be available on the system then you
  436.                               should use this option.
  437.       --with-epm              Decides which epm to use. Default is to use the one
  438.                               from the system if one is built. When either this is
  439.                               not there or you say =internal epm will be built.
  440.       --with-package-format   Specify package format(s) for LibreOffice
  441.                               installation sets. The implicit
  442.                               --without-package-format leads to no installation
  443.                               sets being generated. Possible values: aix, archive,
  444.                               bsd, deb, dmg, installed, msi, pkg, and rpm.
  445.                               Example: --with-package-format='deb rpm'
  446.       --with-tls              Decides which TLS/SSL and cryptographic
  447.                               implementations to use for LibreOffice's code.
  448.                               Notice that this doesn't apply for depending
  449.                               libraries like "neon", for example. Default is to
  450.                               use OpenSSL although NSS is also possible. Notice
  451.                               that selecting NSS restricts the usage of OpenSSL in
  452.                               LO's code but selecting OpenSSL doesn't restrict by
  453.                               now the usage of NSS in LO's code. Possible values:
  454.                               openssl, nss. Example: --with-tls="nss"
  455.       --with-system-libs      Use libraries already on system -- enables all
  456.                               --with-system-* flags.
  457.       --with-system-bzip2     Use bzip2 already on system. Used only when
  458.                               --enable-online-update=mar
  459.       --with-system-headers   Use headers already on system -- enables all
  460.                               --with-system-* flags for external packages whose
  461.                               headers are the only entities used i.e.
  462.                               boost/odbc/sane-header(s).
  463.       --without-system-jars   When building with --with-system-libs, also the
  464.                               needed jars are expected on the system. Use this to
  465.                               disable that
  466.       --with-system-cairo     Use cairo libraries already on system. Happens
  467.                               automatically for (implicit) --enable-gtk and for
  468.                               --enable-gtk3.
  469.       --with-system-epoxy     Use epoxy libraries already on system. Happens
  470.                               automatically for --enable-gtk3.
  471.       --with-myspell-dicts    Adds myspell dictionaries to the LibreOffice
  472.                               installation set
  473.       --without-system-dicts  Do not use dictionaries from system paths.
  474.       --with-external-dict-dir
  475.                               Specify external dictionary dir.
  476.       --with-external-hyph-dir
  477.                               Specify external hyphenation pattern dir.
  478.       --with-external-thes-dir
  479.                               Specify external thesaurus dir.
  480.       --with-system-zlib      Use zlib already on system.
  481.       --with-system-jpeg      Use jpeg already on system.
  482.       --with-system-libgltf   Use libgltf already on system.
  483.       --with-system-clucene   Use clucene already on system.
  484.       --with-system-expat     Use expat already on system.
  485.       --with-system-libxml    Use libxml/libxslt already on system.
  486.       --with-system-icu       Use icu already on system.
  487.       --with-system-ucpp      Use ucpp already on system.
  488.       --with-system-opencollada
  489.                               Use openCOLLADA already on system.
  490.       --with-system-collada2gltf
  491.                               Use collada2gltf already on system.
  492.       --with-system-openldap  Use the OpenLDAP LDAP SDK already on system.
  493.       --with-system-poppler   Use system poppler (only needed for PDF import).
  494.       --with-system-gpgmepp   Use gpgmepp already on system
  495.       --with-system-apache-commons
  496.                               Use Apache commons libraries already on system.
  497.       --with-system-mariadb   Use MariaDB/MySQL libraries already on system, for
  498.                               building the MariaDB Connector/LibreOffice
  499.                               extension.
  500.       --with-system-mysql-cppconn
  501.                               Use MySQL C++ Connector libraries already on system.
  502.       --with-system-postgresql
  503.                               Use PostgreSQL libraries already on system, for
  504.                               building the PostgreSQL-SDBC driver. If pg_config is
  505.                               not in PATH, use PGCONFIG to point to it.
  506.       --with-libpq-path=<absolute path to your libpq installation>
  507.                               Use this PostgreSQL C interface (libpq) installation
  508.                               for building the PostgreSQL-SDBC extension.
  509.       --with-system-firebird  Use Firebird libraries already on system, for
  510.                               building the Firebird-SDBC driver. If fb_config is
  511.                               not in PATH, use FBCONFIG to point to it.
  512.       --with-system-libtommath
  513.                               Use libtommath already on system
  514.       --with-system-hsqldb    Use hsqldb already on system.
  515.       --with-hsqldb-jar=JARFILE
  516.                               Specify path to jarfile manually.
  517.       --with-system-beanshell Use beanshell already on system.
  518.       --with-beanshell-jar=JARFILE
  519.                               Specify path to jarfile manually.
  520.       --with-system-rhino     Use rhino already on system.
  521.       --with-rhino-jar=JARFILE
  522.                               Specify path to jarfile manually.
  523.       --with-commons-codec-jar=JARFILE
  524.                               Specify path to jarfile manually.
  525.       --with-commons-lang-jar=JARFILE
  526.                               Specify path to jarfile manually.
  527.       --with-commons-httpclient-jar=JARFILE
  528.                               Specify path to jarfile manually.
  529.       --with-commons-logging-jar=JARFILE
  530.                               Specify path to jarfile manually.
  531.       --with-system-jfreereport
  532.                               Use JFreeReport already on system.
  533.       --with-sac-jar=JARFILE  Specify path to jarfile manually.
  534.       --with-libxml-jar=JARFILE
  535.                               Specify path to jarfile manually.
  536.       --with-flute-jar=JARFILE
  537.                               Specify path to jarfile manually.
  538.       --with-jfreereport-jar=JARFILE
  539.                               Specify path to jarfile manually.
  540.       --with-liblayout-jar=JARFILE
  541.                               Specify path to jarfile manually.
  542.       --with-libloader-jar=JARFILE
  543.                               Specify path to jarfile manually.
  544.       --with-libformula-jar=JARFILE
  545.                               Specify path to jarfile manually.
  546.       --with-librepository-jar=JARFILE
  547.                               Specify path to jarfile manually.
  548.       --with-libfonts-jar=JARFILE
  549.                               Specify path to jarfile manually.
  550.       --with-libserializer-jar=JARFILE
  551.                               Specify path to jarfile manually.
  552.       --with-libbase-jar=JARFILE
  553.                               Specify path to jarfile manually.
  554.       --with-system-odbc      Use the odbc headers already on system.
  555.       --with-system-sane      Use sane.h already on system.
  556.       --with-system-bluez     Use bluetooth.h already on system.
  557.       --with-system-curl      Use curl already on system.
  558.       --with-system-boost     Use boost already on system.
  559.       --with-system-glm       Use glm already on system.
  560.       --with-system-hunspell  Use libhunspell already on system.
  561.       --with-system-mythes    Use mythes already on system.
  562.       --with-system-altlinuxhyph
  563.                               Use ALTLinuxhyph already on system.
  564.       --with-system-lpsolve   Use lpsolve already on system.
  565.       --with-system-coinmp    Use CoinMP already on system.
  566.       --with-system-liblangtag
  567.                               Use liblangtag library already on system.
  568.       --with-webdav           Specify which library to use for webdav
  569.                               implementation. Possible values: "neon", "serf",
  570.                               "no". The default value is "neon". Example:
  571.                               --with-webdav="serf"
  572.       --with-linker-hash-style
  573.                               Use linker with --hash-style=<style> when linking
  574.                               shared objects. Possible values: "sysv", "gnu",
  575.                               "both". The default value is "gnu" if supported on
  576.                               the build system, and "sysv" otherwise.
  577.       --with-jdk-home=<absolute path to JDK home>
  578.                               If you have installed JDK 1.3 or later on your
  579.                               system please supply the path here. Note that this
  580.                               is not the location of the java command but the
  581.                               location of the entire distribution.
  582.       --with-help             Enable the build of help. There is a special
  583.                               parameter "common" that can be used to bundle only
  584.                               the common part, .e.g help-specific icons. This is
  585.                               useful when you build the helpcontent separately.
  586.  
  587.                               Usage:     --with-help    build the entire local help
  588.                                      --without-help     no local help (default)
  589.                                      --with-help=common bundle common files for the local
  590.                                                         help but do not build the whole help
  591.  
  592.       --with-java=<java command>
  593.                               Specify the name of the Java interpreter command.
  594.                               Typically "java" which is the default. To build
  595.                               without support for Java components, applets,
  596.                               accessibility or the XML filters written in Java,
  597.                               use --without-java or --with-java=no.
  598.       --with-jvm-path=<absolute path to parent of jvm home>
  599.                               Use a specific JVM search path at runtime. e.g. use
  600.                               --with-jvm-path=/usr/lib/ to find JRE/JDK in
  601.                               /usr/lib/jvm/
  602.       --with-ant-home=<absolute path to Ant home>
  603.                               If you have installed Jakarta Ant on your system,
  604.                               please supply the path here. Note that this is not
  605.                               the location of the Ant binary but the location of
  606.                               the entire distribution.
  607.       --with-symbol-config    Configuration for the crashreport symbol upload
  608.       --without-export-validation
  609.                               Disable validating OOXML and ODF files as exported
  610.                               from in-tree tests. Use this option e.g. if your
  611.                               system only provides Java 5.
  612.       --with-bffvalidator=<absolute path to BFFValidator>
  613.                               Enables export validation for Microsoft Binary
  614.                               formats (doc, xls, ppt). Requires installed
  615.                               Microsoft Office Binary File Format Validator. Note:
  616.                               export-validation (--with-export-validation) is
  617.                               required to be turned on. See
  618.                               https://www.microsoft.com/en-us/download/details.aspx?id=26794
  619.       --with-junit=<absolute path to JUnit 4 jar>
  620.                               Specifies the JUnit 4 jar file to use for
  621.                               JUnit-based tests. --without-junit disables those
  622.                               tests. Not relevant in the --without-java case.
  623.       --with-hamcrest=<absolute path to hamcrest jar>
  624.                               Specifies the hamcrest jar file to use for
  625.                               JUnit-based tests. --without-junit disables those
  626.                               tests. Not relevant in the --without-java case.
  627.       --with-perl-home=<abs. path to Perl 5 home>
  628.                               If you have installed Perl 5 Distribution, on your
  629.                               system, please supply the path here. Note that this
  630.                               is not the location of the Perl binary but the
  631.                               location of the entire distribution.
  632.       --with-doxygen=<absolute path to doxygen executable>
  633.                               Specifies the doxygen executable to use when
  634.                               generating ODK C/C++ documentation.
  635.                               --without-doxygen disables generation of ODK C/C++
  636.                               documentation. Not relevant in the --disable-odk
  637.                               case.
  638.       --with-visual-studio=<2015/2017>
  639.                               Specify which Visual Studio version to use in case
  640.                               several are installed. If not specified, defaults to
  641.                               2015.
  642.       --with-windows-sdk=<7.1(A)/8.0(A)/8.1(A)/10>
  643.                               Specify which Windows SDK, or "Windows Kit", version
  644.                               to use in case the one that came with the selected
  645.                               Visual Studio is not what you want for some reason.
  646.                               Note that not all compiler/SDK combinations are
  647.                               supported. The intent is that this option should not
  648.                               be needed.
  649.       --with-lang="es sw tu cs sk"
  650.                               Use this option to build LibreOffice with additional
  651.                               UI language support. English (US) is always included
  652.                               by default. Separate multiple languages with space.
  653.                               For all languages, use --with-lang=ALL.
  654.       --with-locales="en es pt fr zh kr ja"
  655.                               Use this option to limit the locale information
  656.                               built in. Separate multiple locales with space. Very
  657.                               experimental and might well break stuff. Just a
  658.                               desperate measure to shrink code and data size. By
  659.                               default all the locales available is included. This
  660.                               option is completely unrelated to --with-lang.
  661.  
  662.                               Affects also our character encoding conversion
  663.                               tables for encodings mainly targeted for a
  664.                               particular locale, like EUC-CN and EUC-TW for
  665.                               zh, ISO-2022-JP for ja.
  666.  
  667.                               Affects also our add-on break iterator data for
  668.                               some languages.
  669.  
  670.                               For the default, all locales, don't use this switch at all.
  671.                               Specifying just the language part of a locale means all matching
  672.                               locales will be included.
  673.  
  674.       --with-krb5             Enable MIT Kerberos 5 support in modules that
  675.                               support it. By default automatically enabled on
  676.                               platforms where a good system Kerberos 5 is
  677.                               available.
  678.       --with-gssapi           Enable GSSAPI support in modules that support it. By
  679.                               default automatically enabled on platforms where a
  680.                               good system GSSAPI is available.
  681.       --with-iwyu             Use given IWYU binary path to check unneeded
  682.                               includes instead of building. Use only if you are
  683.                               hacking on it.
  684.       --with-branding=/path/to/images
  685.                               Use given path to retrieve branding images set.
  686.  
  687.                               Search for intro.png about.svg and flat_logo.svg.
  688.                               If any is missing, default ones will be used instead.
  689.  
  690.                               Search also progress.conf for progress
  691.                               settings on intro screen :
  692.  
  693.                               PROGRESSBARCOLOR="255,255,255" Set color of
  694.                               progress bar. Comma separated RGB decimal values.
  695.                               PROGRESSSIZE="407,6" Set size of progress bar.
  696.                               Comma separated decimal values (width, height).
  697.                               PROGRESSPOSITION="61,317" Set position of progress
  698.                               bar from left,top. Comma separated decimal values.
  699.                               PROGRESSFRAMECOLOR="20,136,3" Set color of progress
  700.                               bar frame. Comma separated RGB decimal values.
  701.                               PROGRESSTEXTCOLOR="255,255,255" Set color of progress
  702.                               bar text. Comma separated RGB decimal values.
  703.                               PROGRESSTEXTBASELINE="287" Set vertical position of
  704.                               progress bar text from top. Decimal value.
  705.  
  706.                               Default values will be used if not found.
  707.  
  708.       --with-extra-buildid="Tinderbox: Win-x86@6, Branch:master, Date:2012-11-26_00.29.34"
  709.                               Show addition build identification in about dialog.
  710.       --with-vendor="John the Builder"
  711.                               Set vendor of the build.
  712.       --with-android-package-name="org.libreoffice"
  713.                               Set Android package name of the build.
  714.       --with-compat-oowrappers
  715.                               Install oo* wrappers in parallel with lo* ones to
  716.                               keep backward compatibility. Has effect only with
  717.                               make distro-pack-install
  718.       --with-os-version=<OSVERSION>
  719.                               For FreeBSD users, use this option option to
  720.                               override the detected OSVERSION.
  721.       --with-mingw-cross-compiler=<mingw32-g++ command>
  722.                               Specify the MinGW cross-compiler to use. When
  723.                               building on the ODK on Unix and building
  724.                               unowinreg.dll, specify the MinGW C++ cross-compiler.
  725.       --with-idlc-cpp=<cpp/ucpp>
  726.                               Specify the C Preprocessor to use for idlc. Default
  727.                               is ucpp.
  728.       --with-build-version="Built by Jim"
  729.                               Allows the builder to add a custom version tag that
  730.                               will appear in the Help/About box for QA purposes.
  731.       --with-alloc            Define which allocator to build with (choices are
  732.                               oo, system, tcmalloc, jemalloc). Note that on
  733.                               FreeBSD/NetBSD system==jemalloc
  734.       --with-parallelism      Number of jobs to run simultaneously during build.
  735.                               Parallel builds can save a lot of time on multi-cpu
  736.                               machines. Defaults to the number of CPUs on the
  737.                               machine, unless you configure --enable-icecream -
  738.                               then to 10.
  739.       --with-all-tarballs     Download all external tarballs unconditionally
  740.       --with-gdrive-client-id Provides the client id of the application for OAuth2
  741.                               authentication on Google Drive. If either this or
  742.                               --with-gdrive-client-secret is empty, the feature
  743.                               will be disabled
  744.       --with-gdrive-client-secret
  745.                               Provides the client secret of the application for
  746.                               OAuth2 authentication on Google Drive. If either
  747.                               this or --with-gdrive-client-id is empty, the
  748.                               feature will be disabled
  749.       --with-alfresco-cloud-client-id
  750.                               Provides the client id of the application for OAuth2
  751.                               authentication on Alfresco Cloud. If either this or
  752.                               --with-alfresco-cloud-client-secret is empty, the
  753.                               feature will be disabled
  754.       --with-alfresco-cloud-client-secret
  755.                               Provides the client secret of the application for
  756.                               OAuth2 authentication on Alfresco Cloud. If either
  757.                               this or --with-alfresco-cloud-client-id is empty,
  758.                               the feature will be disabled
  759.       --with-onedrive-client-id
  760.                               Provides the client id of the application for OAuth2
  761.                               authentication on OneDrive. If either this or
  762.                               --with-onedrive-client-secret is empty, the feature
  763.                               will be disabled
  764.       --with-onedrive-client-secret
  765.                               Provides the client secret of the application for
  766.                               OAuth2 authentication on OneDrive. If either this or
  767.                               --with-onedrive-client-id is empty, the feature will
  768.                               be disabled
  769.       --with-macosx-sdk=<version>
  770.                               Prefer a specific SDK for building.
  771.  
  772.                               If the requested SDK is not available, a search for the oldest one will be done.
  773.                               With current Xcode versions, only the latest SDK is included, so this option is
  774.                               not terribly useful. It works fine to build with a new SDK and run the result
  775.                               on an older OS.
  776.  
  777.                               e. g.: --with-macosx-sdk=10.9
  778.  
  779.                               there are 3 options to control the MacOSX build:
  780.                               --with-macosx-sdk (referred as 'sdk' below)
  781.                               --with-macosx-version-min-required (referred as 'min' below)
  782.                               --with-macosx-version-max-allowed (referred as 'max' below)
  783.  
  784.                               the connection between these value and the default they take is as follow:
  785.                               ( ? means not specified on the command line, s means the SDK version found,
  786.                               constraint: 8 <= x <= y <= z)
  787.  
  788.                               ==========================================
  789.                                command line      || config result
  790.                               ==========================================
  791.                               min  | max  | sdk  || min  | max  | sdk  |
  792.                               ?    | ?    | ?    || 10.9 | 10.s | 10.s |
  793.                               ?    | ?    | 10.x || 10.9 | 10.x | 10.x |
  794.                               ?    | 10.x | ?    || 10.9 | 10.s | 10.s |
  795.                               ?    | 10.x | 10.y || 10.9 | 10.x | 10.y |
  796.                               10.x | ?    | ?    || 10.x | 10.s | 10.s |
  797.                               10.x | ?    | 10.y || 10.x | 10.y | 10.y |
  798.                               10.x | 10.y | ?    || 10.x | 10.y | 10.y |
  799.                               10.x | 10.y | 10.z || 10.x | 10.y | 10.z |
  800.  
  801.  
  802.                               see: http://developer.apple.com/library/mac/#technotes/tn2064/_index.html
  803.                               for a detailed technical explanation of these variables
  804.  
  805.                               Note: MACOSX_DEPLOYMENT_TARGET will be set to the value of 'min'.
  806.  
  807.       --with-macosx-version-min-required=<version>
  808.                               set the minimum OS version needed to run the built
  809.                               LibreOffice
  810.  
  811.                               e. g.: --with-macos-version-min-required=10.9
  812.                               see --with-macosx-sdk for more info
  813.  
  814.       --with-macosx-version-max-allowed=<version>
  815.                               set the maximum allowed OS version the LibreOffice
  816.                               compilation can use APIs from
  817.  
  818.                               e. g.: --with-macos-version-max-allowed=10.9
  819.                               see --with-macosx-sdk for more info
  820.  
  821.       --with-system-icu-for-build=yes/no/force
  822.                               Use icu already on system for build tools
  823.                               (cross-compilation only).
  824.       --with-ucrt-dir         path to the directory with the arch-specific
  825.                               subdirectories of the Windows Universtal CRT
  826.                               redistributables from the Windows 10 SDK for
  827.                               packaging into the installsets (without those the
  828.                               target system needs to install the Visual C++
  829.                               Runtimes manually)
  830.       --with-system-expat     Use expat from operating system instead of building
  831.                               and bundling it.
  832.       --with-system-xmlsec    Use xmlsec from operating system instead of building
  833.                               and bundling it.
  834.       --with-system-libeot    Use libeot from operating system instead of building
  835.                               and bundling it.
  836.       --with-system-librevenge
  837.                               Use librevenge from operating system instead of
  838.                               building and bundling it.
  839.       --with-system-libodfgen Use libodfgen from operating system instead of
  840.                               building and bundling it.
  841.       --with-system-libwpd    Use libwpd from operating system instead of building
  842.                               and bundling it.
  843.       --with-system-libwpg    Use libwpg from operating system instead of building
  844.                               and bundling it.
  845.       --with-system-libwps    Use libwps from operating system instead of building
  846.                               and bundling it.
  847.       --with-system-libvisio  Use libvisio from operating system instead of
  848.                               building and bundling it.
  849.       --with-system-libcdr    Use libcdr from operating system instead of building
  850.                               and bundling it.
  851.       --with-system-libmspub  Use libmspub from operating system instead of
  852.                               building and bundling it.
  853.       --with-system-libmwaw   Use libmwaw from operating system instead of
  854.                               building and bundling it.
  855.       --with-system-libetonyek
  856.                               Use libetonyek from operating system instead of
  857.                               building and bundling it.
  858.       --with-system-libfreehand
  859.                               Use libfreehand from operating system instead of
  860.                               building and bundling it.
  861.       --with-system-libebook  Use libebook from operating system instead of
  862.                               building and bundling it.
  863.       --with-system-libabw    Use libabw from operating system instead of building
  864.                               and bundling it.
  865.       --with-system-libpagemaker
  866.                               Use libpagemaker from operating system instead of
  867.                               building and bundling it.
  868.       --with-system-libzmf    Use libzmf from operating system instead of building
  869.                               and bundling it.
  870.       --with-system-libstaroffice
  871.                               Use libstaroffice from operating system instead of
  872.                               building and bundling it.
  873.       --with-system-libcmis   Use libcmis from operating system instead of
  874.                               building and bundling it.
  875.       --with-system-lcms2     Use lcms2 from operating system instead of building
  876.                               and bundling it.
  877.       --with-system-cppunit   Use cppunit from operating system instead of
  878.                               building and bundling it.
  879.       --with-system-libatomic_ops
  880.                               Use libatomic_ops from operating system instead of
  881.                               building and bundling it.
  882.       --with-boost[=ARG]      use Boost library from a standard location
  883.                               (ARG=yes), from the specified location (ARG=<path>),
  884.                               or disable it (ARG=no) [ARG=yes]
  885.       --with-boost-libdir=LIB_DIR
  886.                               Force given directory for boost libraries. Note that
  887.                               this will override library path detection, so use
  888.                               this parameter only if default library detection
  889.                               fails and you know exactly where your boost
  890.                               libraries are located.
  891.       --with-boost-date-time[=special-lib]
  892.                               use the Date_Time library from boost - it is
  893.                               possible to specify a certain library for the linker
  894.                               e.g.
  895.                               --with-boost-date-time=boost_date_time-gcc-mt-d-1_33_1
  896.       --with-boost-filesystem[=special-lib]
  897.                               use the Filesystem library from boost - it is
  898.                               possible to specify a certain library for the linker
  899.                               e.g. --with-boost-filesystem=boost_filesystem-gcc-mt
  900.       --with-boost-iostreams[=special-lib]
  901.                               use the IOStreams library from boost - it is
  902.                               possible to specify a certain library for the linker
  903.                               e.g.
  904.                               --with-boost-iostreams=boost_iostreams-gcc-mt-d-1_33_1
  905.       --with-boost-locale[=special-lib]
  906.                               use the Locale library from boost - it is possible
  907.                               to specify a certain library for the linker e.g.
  908.                               --with-boost-locale=boost_locale-gcc-mt
  909.       --with-system-mdds      Use mdds from operating system instead of building
  910.                               and bundling it.
  911.       --with-system-nss       Use nss from operating system instead of building
  912.                               and bundling it.
  913.       --with-system-orcus     Use orcus from operating system instead of building
  914.                               and bundling it.
  915.       --with-boost-system[=special-lib]
  916.                               use the System library from boost - it is possible
  917.                               to specify a certain library for the linker e.g.
  918.                               --with-boost-system=boost_system-gcc-mt
  919.       --with-system-graphite  Use graphite from operating system instead of
  920.                               building and bundling it.
  921.       --with-system-harfbuzz  Use harfbuzz from operating system instead of
  922.                               building and bundling it.
  923.       --with-x                use the X Window System
  924.       --with-system-apr       Use apr from operating system instead of building
  925.                               and bundling it.
  926.       --with-system-serf      Use serf from operating system instead of building
  927.                               and bundling it.
  928.       --with-system-neon      Use neon from operating system instead of building
  929.                               and bundling it.
  930.       --with-system-openssl   Use openssl from operating system instead of
  931.                               building and bundling it.
  932.       --with-libgcrypt-prefix=PFX
  933.                               prefix where LIBGCRYPT is installed (optional)
  934.       --with-system-redland   Use redland from operating system instead of
  935.                               building and bundling it.
  936.       --with-system-libexttextcat
  937.                               Use libexttextcat from operating system instead of
  938.                               building and bundling it.
  939.       --with-system-epoxy     Use epoxy from operating system instead of building
  940.                               and bundling it.
  941.       --with-system-libpng    Use libpng from operating system instead of building
  942.                               and bundling it.
  943.  
  944.     Some influential environment variables:
  945.       CC          C compiler command
  946.       CFLAGS      C compiler flags
  947.       LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  948.                   nonstandard directory <lib dir>
  949.       LIBS        libraries to pass to the linker, e.g. -l<library>
  950.       CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  951.                   you have headers in a nonstandard directory <include dir>
  952.       CPP         C preprocessor
  953.       PKG_CONFIG  path to pkg-config utility
  954.       PKG_CONFIG_PATH
  955.                   directories to add to pkg-config's search path
  956.       PKG_CONFIG_LIBDIR
  957.                   path overriding pkg-config's built-in search path
  958.       FONTCONFIG_CFLAGS
  959.                   C compiler flags for FONTCONFIG, overriding pkg-config
  960.       FONTCONFIG_LIBS
  961.                   linker flags for FONTCONFIG, overriding pkg-config
  962.       CXX         C++ compiler command
  963.       CXXFLAGS    C++ compiler flags
  964.       CXXCPP      C++ preprocessor
  965.       CLUCENE_CFLAGS
  966.                   C compiler flags for CLUCENE, overriding pkg-config
  967.       CLUCENE_LIBS
  968.                   linker flags for CLUCENE, overriding pkg-config
  969.       EXPAT_CFLAGS
  970.                   C compiler flags for EXPAT, overriding pkg-config
  971.       EXPAT_LIBS  linker flags for EXPAT, overriding pkg-config
  972.       XMLSEC_CFLAGS
  973.                   C compiler flags for XMLSEC, overriding pkg-config
  974.       XMLSEC_LIBS linker flags for XMLSEC, overriding pkg-config
  975.       LIBEOT_CFLAGS
  976.                   C compiler flags for LIBEOT, overriding pkg-config
  977.       LIBEOT_LIBS linker flags for LIBEOT, overriding pkg-config
  978.       REVENGE_CFLAGS
  979.                   C compiler flags for REVENGE, overriding pkg-config
  980.       REVENGE_LIBS
  981.                   linker flags for REVENGE, overriding pkg-config
  982.       ODFGEN_CFLAGS
  983.                   C compiler flags for ODFGEN, overriding pkg-config
  984.       ODFGEN_LIBS linker flags for ODFGEN, overriding pkg-config
  985.       WPD_CFLAGS  C compiler flags for WPD, overriding pkg-config
  986.       WPD_LIBS    linker flags for WPD, overriding pkg-config
  987.       WPG_CFLAGS  C compiler flags for WPG, overriding pkg-config
  988.       WPG_LIBS    linker flags for WPG, overriding pkg-config
  989.       WPS_CFLAGS  C compiler flags for WPS, overriding pkg-config
  990.       WPS_LIBS    linker flags for WPS, overriding pkg-config
  991.       VISIO_CFLAGS
  992.                   C compiler flags for VISIO, overriding pkg-config
  993.       VISIO_LIBS  linker flags for VISIO, overriding pkg-config
  994.       CDR_CFLAGS  C compiler flags for CDR, overriding pkg-config
  995.       CDR_LIBS    linker flags for CDR, overriding pkg-config
  996.       MSPUB_CFLAGS
  997.                   C compiler flags for MSPUB, overriding pkg-config
  998.       MSPUB_LIBS  linker flags for MSPUB, overriding pkg-config
  999.       MWAW_CFLAGS C compiler flags for MWAW, overriding pkg-config
  1000.       MWAW_LIBS   linker flags for MWAW, overriding pkg-config
  1001.       ETONYEK_CFLAGS
  1002.                   C compiler flags for ETONYEK, overriding pkg-config
  1003.       ETONYEK_LIBS
  1004.                   linker flags for ETONYEK, overriding pkg-config
  1005.       FREEHAND_CFLAGS
  1006.                   C compiler flags for FREEHAND, overriding pkg-config
  1007.       FREEHAND_LIBS
  1008.                   linker flags for FREEHAND, overriding pkg-config
  1009.       EBOOK_CFLAGS
  1010.                   C compiler flags for EBOOK, overriding pkg-config
  1011.       EBOOK_LIBS  linker flags for EBOOK, overriding pkg-config
  1012.       ABW_CFLAGS  C compiler flags for ABW, overriding pkg-config
  1013.       ABW_LIBS    linker flags for ABW, overriding pkg-config
  1014.       PAGEMAKER_CFLAGS
  1015.                   C compiler flags for PAGEMAKER, overriding pkg-config
  1016.       PAGEMAKER_LIBS
  1017.                   linker flags for PAGEMAKER, overriding pkg-config
  1018.       ZMF_CFLAGS  C compiler flags for ZMF, overriding pkg-config
  1019.       ZMF_LIBS    linker flags for ZMF, overriding pkg-config
  1020.       STAROFFICE_CFLAGS
  1021.                   C compiler flags for STAROFFICE, overriding pkg-config
  1022.       STAROFFICE_LIBS
  1023.                   linker flags for STAROFFICE, overriding pkg-config
  1024.       CMIS_CFLAGS C compiler flags for CMIS, overriding pkg-config
  1025.       CMIS_LIBS   linker flags for CMIS, overriding pkg-config
  1026.       LCMS2_CFLAGS
  1027.                   C compiler flags for LCMS2, overriding pkg-config
  1028.       LCMS2_LIBS  linker flags for LCMS2, overriding pkg-config
  1029.       CPPUNIT_CFLAGS
  1030.                   C compiler flags for CPPUNIT, overriding pkg-config
  1031.       CPPUNIT_LIBS
  1032.                   linker flags for CPPUNIT, overriding pkg-config
  1033.       FREETYPE_CFLAGS
  1034.                   C compiler flags for FREETYPE, overriding pkg-config
  1035.       FREETYPE_LIBS
  1036.                   linker flags for FREETYPE, overriding pkg-config
  1037.       LIBXSLT_CFLAGS
  1038.                   C compiler flags for LIBXSLT, overriding pkg-config
  1039.       LIBXSLT_LIBS
  1040.                   linker flags for LIBXSLT, overriding pkg-config
  1041.       LIBEXSLT_CFLAGS
  1042.                   C compiler flags for LIBEXSLT, overriding pkg-config
  1043.       LIBEXSLT_LIBS
  1044.                   linker flags for LIBEXSLT, overriding pkg-config
  1045.       LIBXML_CFLAGS
  1046.                   C compiler flags for LIBXML, overriding pkg-config
  1047.       LIBXML_LIBS linker flags for LIBXML, overriding pkg-config
  1048.       PYTHON      the Python interpreter
  1049.       FIREBIRD_CFLAGS
  1050.                   C compiler flags for FIREBIRD, overriding pkg-config
  1051.       FIREBIRD_LIBS
  1052.                   linker flags for FIREBIRD, overriding pkg-config
  1053.       ATOMIC_OPS_CFLAGS
  1054.                   C compiler flags for ATOMIC_OPS, overriding pkg-config
  1055.       ATOMIC_OPS_LIBS
  1056.                   linker flags for ATOMIC_OPS, overriding pkg-config
  1057.       CURL_CFLAGS C compiler flags for CURL, overriding pkg-config
  1058.       CURL_LIBS   linker flags for CURL, overriding pkg-config
  1059.       MDDS_CFLAGS C compiler flags for MDDS, overriding pkg-config
  1060.       MDDS_LIBS   linker flags for MDDS, overriding pkg-config
  1061.       NSS_CFLAGS  C compiler flags for NSS, overriding pkg-config
  1062.       NSS_LIBS    linker flags for NSS, overriding pkg-config
  1063.       ORCUS_CFLAGS
  1064.                   C compiler flags for ORCUS, overriding pkg-config
  1065.       ORCUS_LIBS  linker flags for ORCUS, overriding pkg-config
  1066.       GRAPHITE_CFLAGS
  1067.                   C compiler flags for GRAPHITE, overriding pkg-config
  1068.       GRAPHITE_LIBS
  1069.                   linker flags for GRAPHITE, overriding pkg-config
  1070.       HARFBUZZ_CFLAGS
  1071.                   C compiler flags for HARFBUZZ, overriding pkg-config
  1072.       HARFBUZZ_LIBS
  1073.                   linker flags for HARFBUZZ, overriding pkg-config
  1074.       XMKMF       Path to xmkmf, Makefile generator for X Window System
  1075.       XRENDER_CFLAGS
  1076.                   C compiler flags for XRENDER, overriding pkg-config
  1077.       XRENDER_LIBS
  1078.                   linker flags for XRENDER, overriding pkg-config
  1079.       XRANDR_CFLAGS
  1080.                   C compiler flags for XRANDR, overriding pkg-config
  1081.       XRANDR_LIBS linker flags for XRANDR, overriding pkg-config
  1082.       APR_CFLAGS  C compiler flags for APR, overriding pkg-config
  1083.       APR_LIBS    linker flags for APR, overriding pkg-config
  1084.       SERF_CFLAGS C compiler flags for SERF, overriding pkg-config
  1085.       SERF_LIBS   linker flags for SERF, overriding pkg-config
  1086.       NEON_CFLAGS C compiler flags for NEON, overriding pkg-config
  1087.       NEON_LIBS   linker flags for NEON, overriding pkg-config
  1088.       OPENSSL_CFLAGS
  1089.                   C compiler flags for OPENSSL, overriding pkg-config
  1090.       OPENSSL_LIBS
  1091.                   linker flags for OPENSSL, overriding pkg-config
  1092.       GNUTLS_CFLAGS
  1093.                   C compiler flags for GNUTLS, overriding pkg-config
  1094.       GNUTLS_LIBS linker flags for GNUTLS, overriding pkg-config
  1095.       REDLAND_CFLAGS
  1096.                   C compiler flags for REDLAND, overriding pkg-config
  1097.       REDLAND_LIBS
  1098.                   linker flags for REDLAND, overriding pkg-config
  1099.       HUNSPELL_CFLAGS
  1100.                   C compiler flags for HUNSPELL, overriding pkg-config
  1101.       HUNSPELL_LIBS
  1102.                   linker flags for HUNSPELL, overriding pkg-config
  1103.       MYTHES_CFLAGS
  1104.                   C compiler flags for MYTHES, overriding pkg-config
  1105.       MYTHES_LIBS linker flags for MYTHES, overriding pkg-config
  1106.       COINMP_CFLAGS
  1107.                   C compiler flags for COINMP, overriding pkg-config
  1108.       COINMP_LIBS linker flags for COINMP, overriding pkg-config
  1109.       LIBEXTTEXTCAT_CFLAGS
  1110.                   C compiler flags for LIBEXTTEXTCAT, overriding pkg-config
  1111.       LIBEXTTEXTCAT_LIBS
  1112.                   linker flags for LIBEXTTEXTCAT, overriding pkg-config
  1113.       EPOXY_CFLAGS
  1114.                   C compiler flags for EPOXY, overriding pkg-config
  1115.       EPOXY_LIBS  linker flags for EPOXY, overriding pkg-config
  1116.       GTK3_CFLAGS C compiler flags for GTK3, overriding pkg-config
  1117.       GTK3_LIBS   linker flags for GTK3, overriding pkg-config
  1118.       DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
  1119.       DBUS_LIBS   linker flags for DBUS, overriding pkg-config
  1120.       GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  1121.       GTK_LIBS    linker flags for GTK, overriding pkg-config
  1122.       GTHREAD_CFLAGS
  1123.                   C compiler flags for GTHREAD, overriding pkg-config
  1124.       GTHREAD_LIBS
  1125.                   linker flags for GTHREAD, overriding pkg-config
  1126.       GTK_PRINT_CFLAGS
  1127.                   C compiler flags for GTK_PRINT, overriding pkg-config
  1128.       GTK_PRINT_LIBS
  1129.                   linker flags for GTK_PRINT, overriding pkg-config
  1130.       GIO_CFLAGS  C compiler flags for GIO, overriding pkg-config
  1131.       GIO_LIBS    linker flags for GIO, overriding pkg-config
  1132.       GSTREAMER_1_0_CFLAGS
  1133.                   C compiler flags for GSTREAMER_1_0, overriding pkg-config
  1134.       GSTREAMER_1_0_LIBS
  1135.                   linker flags for GSTREAMER_1_0, overriding pkg-config
  1136.       GSTREAMER_0_10_CFLAGS
  1137.                   C compiler flags for GSTREAMER_0_10, overriding pkg-config
  1138.       GSTREAMER_0_10_LIBS
  1139.                   linker flags for GSTREAMER_0_10, overriding pkg-config
  1140.       LIBGLTF_CFLAGS
  1141.                   C compiler flags for LIBGLTF, overriding pkg-config
  1142.       LIBGLTF_LIBS
  1143.                   linker flags for LIBGLTF, overriding pkg-config
  1144.       DCONF_CFLAGS
  1145.                   C compiler flags for DCONF, overriding pkg-config
  1146.       DCONF_LIBS  linker flags for DCONF, overriding pkg-config
  1147.       POPPLER_CFLAGS
  1148.                   C compiler flags for POPPLER, overriding pkg-config
  1149.       POPPLER_LIBS
  1150.                   linker flags for POPPLER, overriding pkg-config
  1151.       QT4_CFLAGS  C compiler flags for QT4, overriding pkg-config
  1152.       QT4_LIBS    linker flags for QT4, overriding pkg-config
  1153.       KDE4_GLIB_CFLAGS
  1154.                   C compiler flags for KDE4_GLIB, overriding pkg-config
  1155.       KDE4_GLIB_LIBS
  1156.                   linker flags for KDE4_GLIB, overriding pkg-config
  1157.       GOBJECT_CFLAGS
  1158.                   C compiler flags for GOBJECT, overriding pkg-config
  1159.       GOBJECT_LIBS
  1160.                   linker flags for GOBJECT, overriding pkg-config
  1161.       BZIP2_CFLAGS
  1162.                   C compiler flags for BZIP2, overriding pkg-config
  1163.       BZIP2_LIBS  linker flags for BZIP2, overriding pkg-config
  1164.       CAIRO_CFLAGS
  1165.                   C compiler flags for CAIRO, overriding pkg-config
  1166.       CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
  1167.       AVAHI_CFLAGS
  1168.                   C compiler flags for AVAHI, overriding pkg-config
  1169.       AVAHI_LIBS  linker flags for AVAHI, overriding pkg-config
  1170.       LIBLANGTAG_CFLAGS
  1171.                   C compiler flags for LIBLANGTAG, overriding pkg-config
  1172.       LIBLANGTAG_LIBS
  1173.                   linker flags for LIBLANGTAG, overriding pkg-config
  1174.       LIBPNG_CFLAGS
  1175.                   C compiler flags for LIBPNG, overriding pkg-config
  1176.       LIBPNG_LIBS linker flags for LIBPNG, overriding pkg-config
  1177.  
  1178.     Use these variables to override the choices made by `configure' or to help
  1179.     it to find libraries and programs with nonstandard names/locations.
  1180.  
  1181.     Report bugs to the package provider.
  1182.     LibreOffice home page: <http://documentfoundation.org/>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement