diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-09 10:43:35 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-01 05:19:55 -1000 |
| commit | 63f7d6897f2c61925ebcbdd3504064a9a88bea8a (patch) | |
| tree | 7288d9a19ba7a80ae736aaa54c8ac12226d5f4c1 | |
| parent | f51a5fd78d3b5eddf91c2d81078584621d0fd8c5 (diff) | |
| download | poky-63f7d6897f2c61925ebcbdd3504064a9a88bea8a.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: f2a4799fa1cb6ea406d97e1b47ce888e7f5dd264)
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 c5fe4da036..391ba95c42 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
| @@ -172,8 +172,8 @@ with a supported Ubuntu or Debian Linux distribution:: | |||
| 172 | 172 | ||
| 173 | Here are the packages needed to build Project documentation manuals:: | 173 | Here are the packages needed to build Project documentation manuals:: |
| 174 | 174 | ||
| 175 | $ sudo apt install make python3-pip inkscape texlive-latex-extra | 175 | $ sudo apt install git make inkscape texlive-latex-extra |
| 176 | &PIP3_HOST_PACKAGES_DOC; | 176 | $ sudo apt install sphinx python3-saneyaml python3-sphinx-rtd-theme |
| 177 | 177 | ||
| 178 | .. note:: | 178 | .. note:: |
| 179 | 179 | ||
| @@ -191,7 +191,7 @@ with a supported Fedora Linux distribution:: | |||
| 191 | 191 | ||
| 192 | Here are the packages needed to build Project documentation manuals:: | 192 | Here are the packages needed to build Project documentation manuals:: |
| 193 | 193 | ||
| 194 | $ sudo dnf install make python3-pip which inkscape texlive-fncychap | 194 | $ sudo dnf install git make python3-pip which inkscape texlive-fncychap |
| 195 | &PIP3_HOST_PACKAGES_DOC; | 195 | &PIP3_HOST_PACKAGES_DOC; |
| 196 | 196 | ||
| 197 | openSUSE Packages | 197 | openSUSE Packages |
| @@ -204,7 +204,7 @@ with a supported openSUSE distribution:: | |||
| 204 | 204 | ||
| 205 | Here are the packages needed to build Project documentation manuals:: | 205 | Here are the packages needed to build Project documentation manuals:: |
| 206 | 206 | ||
| 207 | $ sudo zypper install make python3-pip which inkscape texlive-fncychap | 207 | $ sudo zypper install git make python3-pip which inkscape texlive-fncychap |
| 208 | &PIP3_HOST_PACKAGES_DOC; | 208 | &PIP3_HOST_PACKAGES_DOC; |
| 209 | 209 | ||
| 210 | 210 | ||
| @@ -231,7 +231,7 @@ with a supported AlmaLinux distribution:: | |||
| 231 | 231 | ||
| 232 | Here are the packages needed to build Project documentation manuals:: | 232 | Here are the packages needed to build Project documentation manuals:: |
| 233 | 233 | ||
| 234 | $ sudo dnf install make python3-pip which inkscape texlive-fncychap | 234 | $ sudo dnf install git make python3-pip which inkscape texlive-fncychap |
| 235 | &PIP3_HOST_PACKAGES_DOC; | 235 | &PIP3_HOST_PACKAGES_DOC; |
| 236 | 236 | ||
| 237 | .. _system-requirements-buildtools: | 237 | .. _system-requirements-buildtools: |
