diff options
Diffstat (limited to 'documentation')
-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 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 | ||
162 | openSUSE Packages | 162 | openSUSE 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 | ||
207 | CentOS-8 Packages | 207 | CentOS-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 | ||
237 | Required Git, tar, Python, make and gcc Versions | 237 | Required Git, tar, Python, make and gcc Versions |