Removed old build flags from documentation [ci skip]

This commit is contained in:
Andrew Murray 2018-08-03 23:41:14 +10:00
parent df99994906
commit d2c9825cf0

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)