summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-08-01 12:35:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 23:11:28 +0100
commit3eb3888ef004a700a9bf11d226b5b1a68853dc9f (patch)
treee5c0e2a2c8d05db19bdc94136548641ffc4818e8 /documentation
parent2d40a436c7e613b50e638217c86f60b2fcaac3ef (diff)
downloadpoky-3eb3888ef004a700a9bf11d226b5b1a68853dc9f.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/system-requirements.rst10
1 files 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:
133- *Documentation:* Packages needed if you are going to build out the 133- *Documentation:* Packages needed if you are going to build out the
134 Yocto Project documentation manuals:: 134 Yocto Project documentation manuals::
135 135
136 $ sudo apt install make python3-pip 136 $ sudo apt install make python3-pip inkscape texlive-latex-extra
137 &PIP3_HOST_PACKAGES_DOC; 137 &PIP3_HOST_PACKAGES_DOC;
138 138
139 .. note:: 139 .. note::
@@ -156,7 +156,7 @@ supported Fedora Linux distribution:
156- *Documentation:* Packages needed if you are going to build out the 156- *Documentation:* Packages needed if you are going to build out the
157 Yocto Project documentation manuals:: 157 Yocto Project documentation manuals::
158 158
159 $ sudo dnf install make python3-pip which 159 $ sudo dnf install make python3-pip which inkscape texlive-fncychap
160 &PIP3_HOST_PACKAGES_DOC; 160 &PIP3_HOST_PACKAGES_DOC;
161 161
162openSUSE Packages 162openSUSE Packages
@@ -173,7 +173,7 @@ supported openSUSE Linux distribution:
173- *Documentation:* Packages needed if you are going to build out the 173- *Documentation:* Packages needed if you are going to build out the
174 Yocto Project documentation manuals:: 174 Yocto Project documentation manuals::
175 175
176 $ sudo zypper install make python3-pip which 176 $ sudo zypper install make python3-pip which inkscape texlive-fncychap
177 &PIP3_HOST_PACKAGES_DOC; 177 &PIP3_HOST_PACKAGES_DOC;
178 178
179 179
@@ -201,7 +201,7 @@ supported CentOS-7 Linux distribution:
201- *Documentation:* Packages needed if you are going to build out the 201- *Documentation:* Packages needed if you are going to build out the
202 Yocto Project documentation manuals:: 202 Yocto Project documentation manuals::
203 203
204 $ sudo yum install make python3-pip which 204 $ sudo yum install make python3-pip which inkscape texlive-fncychap
205 &PIP3_HOST_PACKAGES_DOC; 205 &PIP3_HOST_PACKAGES_DOC;
206 206
207CentOS-8 Packages 207CentOS-8 Packages
@@ -231,7 +231,7 @@ supported CentOS-8 Linux distribution:
231- *Documentation:* Packages needed if you are going to build out the 231- *Documentation:* Packages needed if you are going to build out the
232 Yocto Project documentation manuals:: 232 Yocto Project documentation manuals::
233 233
234 $ sudo dnf install make python3-pip which 234 $ sudo dnf install make python3-pip which inkscape texlive-fncychap
235 &PIP3_HOST_PACKAGES_DOC; 235 &PIP3_HOST_PACKAGES_DOC;
236 236
237Required Git, tar, Python, make and gcc Versions 237Required Git, tar, Python, make and gcc Versions