Add comma and minor style changes

This commit is contained in:
James Won 2020-09-02 12:18:43 -07:00 committed by GitHub
parent 5ce2fac3d6
commit c16d23362c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,13 +339,13 @@ Prerequisites for **Ubuntu 16.04 LTS - 20.04 LTS** are installed with::
Then see ``depends/install_raqm.sh`` to install libraqm. Then see ``depends/install_raqm.sh`` to install libraqm.
Prerequisites are installed on recent **RedHat** **Centos** or **Fedora** with:: Prerequisites are installed on recent **RedHat**, **Centos** or **Fedora** with::
sudo dnf install libtiff-devel libjpeg-devel openjpeg2-devel zlib-devel \ sudo dnf install libtiff-devel libjpeg-devel openjpeg2-devel zlib-devel \
freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \ freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \
harfbuzz-devel fribidi-devel libraqm-devel libimagequant-devel libxcb-devel harfbuzz-devel fribidi-devel libraqm-devel libimagequant-devel libxcb-devel
Note that the package manager may be yum or dnf, depending on the Note that the package manager may be ``yum`` or ``dnf``, depending on the
exact distribution. exact distribution.
See also the ``Dockerfile``\s in the Test Infrastructure repo See also the ``Dockerfile``\s in the Test Infrastructure repo