1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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 <foss+yocto@0leil.net>
(From yocto-docs rev: 4c05a45615ef2b13e9af4b792fb97be116d889b1)

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Quentin Schulz
2022-08-01 12:35:29 +02:00
committed by Richard Purdie
parent 2d40a436c7
commit 3eb3888ef0
@@ -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