From 3eb3888ef004a700a9bf11d226b5b1a68853dc9f Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 1 Aug 2022 12:35:29 +0200 Subject: [PATCH] docs: ref-manual: system-requirements: add missing packages inkscape and the package providing fncychap.sty TeX font were missing from the packages to install to be able to build the documentation, so let's add them to the list. Cc: Quentin Schulz (From yocto-docs rev: 4c05a45615ef2b13e9af4b792fb97be116d889b1) Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/system-requirements.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 6cf88f2a98..310ee45611 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst @@ -133,7 +133,7 @@ supported Ubuntu or Debian Linux distribution: - *Documentation:* Packages needed if you are going to build out the Yocto Project documentation manuals:: - $ sudo apt install make python3-pip + $ sudo apt install make python3-pip inkscape texlive-latex-extra &PIP3_HOST_PACKAGES_DOC; .. note:: @@ -156,7 +156,7 @@ supported Fedora Linux distribution: - *Documentation:* Packages needed if you are going to build out the Yocto Project documentation manuals:: - $ sudo dnf install make python3-pip which + $ sudo dnf install make python3-pip which inkscape texlive-fncychap &PIP3_HOST_PACKAGES_DOC; openSUSE Packages @@ -173,7 +173,7 @@ supported openSUSE Linux distribution: - *Documentation:* Packages needed if you are going to build out the Yocto Project documentation manuals:: - $ sudo zypper install make python3-pip which + $ sudo zypper install make python3-pip which inkscape texlive-fncychap &PIP3_HOST_PACKAGES_DOC; @@ -201,7 +201,7 @@ supported CentOS-7 Linux distribution: - *Documentation:* Packages needed if you are going to build out the Yocto Project documentation manuals:: - $ sudo yum install make python3-pip which + $ sudo yum install make python3-pip which inkscape texlive-fncychap &PIP3_HOST_PACKAGES_DOC; CentOS-8 Packages @@ -231,7 +231,7 @@ supported CentOS-8 Linux distribution: - *Documentation:* Packages needed if you are going to build out the Yocto Project documentation manuals:: - $ sudo dnf install make python3-pip which + $ sudo dnf install make python3-pip which inkscape texlive-fncychap &PIP3_HOST_PACKAGES_DOC; Required Git, tar, Python, make and gcc Versions