summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 10:43:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-24 16:13:28 +0000
commit8a3e233a3792d71c022d5c8029270c8eec0bb6a0 (patch)
treec965ae09ee4cd677251a3aa43f0876f525c4dd24 /documentation
parent1f247f545158338bb6d343d8acbff06ae8ef0837 (diff)
downloadpoky-8a3e233a3792d71c022d5c8029270c8eec0bb6a0.tar.gz
ref-manual: system-requirements: update packages to build docs
- "git" is now required to run "set_versions.py" - Fix Ubuntu / Debian packages. The previous instructions didn't run on Debian 12 Tested on Ubuntu 22.04 and Debian 12. Reported on https://lists.yoctoproject.org/g/docs/message/4789 (From yocto-docs rev: cd0525f1a081567d5d8722d368511179655ca541) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: <mhagans@skyviewsat.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 9e2dd532f9..0fc92550a5 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -164,8 +164,8 @@ with a supported Ubuntu or Debian Linux distribution::
164 164
165Here are the packages needed to build Project documentation manuals:: 165Here are the packages needed to build Project documentation manuals::
166 166
167 $ sudo apt install make python3-pip inkscape texlive-latex-extra 167 $ sudo apt install git make inkscape texlive-latex-extra
168 &PIP3_HOST_PACKAGES_DOC; 168 $ sudo apt install sphinx python3-saneyaml python3-sphinx-rtd-theme
169 169
170Fedora Packages 170Fedora Packages
171--------------- 171---------------
@@ -177,7 +177,7 @@ with a supported Fedora Linux distribution::
177 177
178Here are the packages needed to build Project documentation manuals:: 178Here are the packages needed to build Project documentation manuals::
179 179
180 $ sudo dnf install make python3-pip which inkscape texlive-fncychap 180 $ sudo dnf install git make python3-pip which inkscape texlive-fncychap
181 &PIP3_HOST_PACKAGES_DOC; 181 &PIP3_HOST_PACKAGES_DOC;
182 182
183openSUSE Packages 183openSUSE Packages
@@ -190,7 +190,7 @@ with a supported openSUSE distribution::
190 190
191Here are the packages needed to build Project documentation manuals:: 191Here are the packages needed to build Project documentation manuals::
192 192
193 $ sudo zypper install make python3-pip which inkscape texlive-fncychap 193 $ sudo zypper install git make python3-pip which inkscape texlive-fncychap
194 &PIP3_HOST_PACKAGES_DOC; 194 &PIP3_HOST_PACKAGES_DOC;
195 195
196 196
@@ -217,7 +217,7 @@ with a supported AlmaLinux distribution::
217 217
218Here are the packages needed to build Project documentation manuals:: 218Here are the packages needed to build Project documentation manuals::
219 219
220 $ sudo dnf install make python3-pip which inkscape texlive-fncychap 220 $ sudo dnf install git make python3-pip which inkscape texlive-fncychap
221 &PIP3_HOST_PACKAGES_DOC; 221 &PIP3_HOST_PACKAGES_DOC;
222 222
223.. _system-requirements-buildtools: 223.. _system-requirements-buildtools: