From c16d23362c2132a6dcb4540eeedc4a321ae1f81f Mon Sep 17 00:00:00 2001 From: James Won Date: Wed, 2 Sep 2020 12:18:43 -0700 Subject: [PATCH 1/3] Add comma and minor style changes --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4c41cc9ee..fcd535002 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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. -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 \ freetype-devel lcms2-devel libwebp-devel tcl-devel tk-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. See also the ``Dockerfile``\s in the Test Infrastructure repo From adb089de4e33ac115f43c6133b306df87a817510 Mon Sep 17 00:00:00 2001 From: James Won Date: Fri, 4 Sep 2020 13:17:07 -0700 Subject: [PATCH 2/3] Update docs/installation.rst Co-authored-by: Hugo van Kemenade --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index fcd535002..efdb833e8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -345,7 +345,7 @@ Prerequisites are installed on recent **RedHat**, **Centos** or **Fedora** with: freetype-devel lcms2-devel libwebp-devel tcl-devel tk-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. See also the ``Dockerfile``\s in the Test Infrastructure repo From f0361a1b7f61315e53d0e8203855df165562dec5 Mon Sep 17 00:00:00 2001 From: James Won Date: Fri, 4 Sep 2020 13:17:27 -0700 Subject: [PATCH 3/3] Update docs/installation.rst Co-authored-by: Hugo van Kemenade --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index efdb833e8..532bda297 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -339,7 +339,7 @@ Prerequisites for **Ubuntu 16.04 LTS - 20.04 LTS** are installed with:: Then see ``depends/install_raqm.sh`` to install libraqm. -Prerequisites are installed on recent **RedHat**, **Centos** or **Fedora** with:: +Prerequisites are installed on recent **Red Hat**, **CentOS** or **Fedora** with:: sudo dnf install libtiff-devel libjpeg-devel openjpeg2-devel zlib-devel \ freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \