diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-09 10:43:35 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-03-13 03:59:26 -1000 |
commit | d9bb5baff049e3616e3cdb81e67173072a1e125b (patch) | |
tree | 7c3732d0447d81e1c0213f9f92853a2c70bc1fa6 | |
parent | f755f56106196eccfead8098536435562c6db995 (diff) | |
download | poky-d9bb5baff049e3616e3cdb81e67173072a1e125b.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: 1e32b69e1317c05069878e882023a17294cc0524)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: <mhagans@skyviewsat.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 9dee24a1fa..bcca42e36e 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -168,8 +168,8 @@ with a supported Ubuntu or Debian Linux distribution:: | |||
168 | 168 | ||
169 | Here are the packages needed to build Project documentation manuals:: | 169 | Here are the packages needed to build Project documentation manuals:: |
170 | 170 | ||
171 | $ sudo apt install make python3-pip inkscape texlive-latex-extra | 171 | $ sudo apt install git make inkscape texlive-latex-extra |
172 | &PIP3_HOST_PACKAGES_DOC; | 172 | $ sudo apt install sphinx python3-saneyaml python3-sphinx-rtd-theme |
173 | 173 | ||
174 | Fedora Packages | 174 | Fedora Packages |
175 | --------------- | 175 | --------------- |
@@ -181,7 +181,7 @@ with a supported Fedora Linux distribution:: | |||
181 | 181 | ||
182 | Here are the packages needed to build Project documentation manuals:: | 182 | Here are the packages needed to build Project documentation manuals:: |
183 | 183 | ||
184 | $ sudo dnf install make python3-pip which inkscape texlive-fncychap | 184 | $ sudo dnf install git make python3-pip which inkscape texlive-fncychap |
185 | &PIP3_HOST_PACKAGES_DOC; | 185 | &PIP3_HOST_PACKAGES_DOC; |
186 | 186 | ||
187 | openSUSE Packages | 187 | openSUSE Packages |
@@ -194,7 +194,7 @@ with a supported openSUSE distribution:: | |||
194 | 194 | ||
195 | Here are the packages needed to build Project documentation manuals:: | 195 | Here are the packages needed to build Project documentation manuals:: |
196 | 196 | ||
197 | $ sudo zypper install make python3-pip which inkscape texlive-fncychap | 197 | $ sudo zypper install git make python3-pip which inkscape texlive-fncychap |
198 | &PIP3_HOST_PACKAGES_DOC; | 198 | &PIP3_HOST_PACKAGES_DOC; |
199 | 199 | ||
200 | 200 | ||
@@ -221,7 +221,7 @@ with a supported AlmaLinux distribution:: | |||
221 | 221 | ||
222 | Here are the packages needed to build Project documentation manuals:: | 222 | Here are the packages needed to build Project documentation manuals:: |
223 | 223 | ||
224 | $ sudo dnf install make python3-pip which inkscape texlive-fncychap | 224 | $ sudo dnf install git make python3-pip which inkscape texlive-fncychap |
225 | &PIP3_HOST_PACKAGES_DOC; | 225 | &PIP3_HOST_PACKAGES_DOC; |
226 | 226 | ||
227 | .. _system-requirements-buildtools: | 227 | .. _system-requirements-buildtools: |