Merge pull request #3280 from radarhere/installation

Removed old build flags from documentation
This commit is contained in:
Hugo 2018-08-03 17:12:26 +03:00 committed by GitHub
commit ec257a9a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,17 +215,15 @@ Build Options
parallel building. parallel building.
* Build flags: ``--disable-zlib``, ``--disable-jpeg``, * Build flags: ``--disable-zlib``, ``--disable-jpeg``,
``--disable-tiff``, ``--disable-freetype``, ``--disable-tcl``, ``--disable-tiff``, ``--disable-freetype``, ``--disable-lcms``,
``--disable-tk``, ``--disable-lcms``, ``--disable-webp``, ``--disable-webp``, ``--disable-webpmux``, ``--disable-jpeg2000``,
``--disable-webpmux``, ``--disable-jpeg2000``,
``--disable-imagequant``. ``--disable-imagequant``.
Disable building the corresponding feature even if the development Disable building the corresponding feature even if the development
libraries are present on the building machine. libraries are present on the building machine.
* Build flags: ``--enable-zlib``, ``--enable-jpeg``, * Build flags: ``--enable-zlib``, ``--enable-jpeg``,
``--enable-tiff``, ``--enable-freetype``, ``--enable-tcl``, ``--enable-tiff``, ``--enable-freetype``, ``--enable-lcms``,
``--enable-tk``, ``--enable-lcms``, ``--enable-webp``, ``--enable-webp``, ``--enable-webpmux``, ``--enable-jpeg2000``,
``--enable-webpmux``, ``--enable-jpeg2000``,
``--enable-imagequant``. ``--enable-imagequant``.
Require that the corresponding feature is built. The build will raise Require that the corresponding feature is built. The build will raise
an exception if the libraries are not found. Webpmux (WebP metadata) an exception if the libraries are not found. Webpmux (WebP metadata)