diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index bc40cbbeb3..91cfc657b5 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -159,7 +159,8 @@ | |||
159 | </literallayout> | 159 | </literallayout> |
160 | 160 | ||
161 | <para> | 161 | <para> |
162 | The packages you need for an RPM-based host like Fedora are shown in these commands: | 162 | The packages you need for an RPM-based host like Fedora and OpenSUSE, |
163 | respectively, are as follows: | ||
163 | </para> | 164 | </para> |
164 | 165 | ||
165 | <literallayout class='monospaced'> | 166 | <literallayout class='monospaced'> |
@@ -173,6 +174,12 @@ | |||
173 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | 174 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ |
174 | autoconf automake | 175 | autoconf automake |
175 | </literallayout> | 176 | </literallayout> |
177 | |||
178 | <literallayout class='monospaced'> | ||
179 | $ sudo zypper install python gcc gcc-c++ | ||
180 | $ subversion git chrpath automake | ||
181 | $ help2man diffstat texinfo mercurial wget | ||
182 | </literallayout> | ||
176 | 183 | ||
177 | <note><para> | 184 | <note><para> |
178 | Packages vary in number and name for other Linux distributions. | 185 | Packages vary in number and name for other Linux distributions. |