documentation/yocto-project-qs/yocto-project-qs.xml: zypper for OpenSUSE

I updated the packages section to also include the zypper command
and supporting commands so that the OpenSUSE user can install
packages.

(From yocto-docs rev: 3a9a0f7fb03bf264e1587d181db111a542e7964d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-06-20 12:40:19 -07:00 committed by Richard Purdie
parent 54f43b6648
commit ca8b3a112a
1 changed files with 8 additions and 1 deletions

View File

@ -159,7 +159,8 @@
</literallayout>
<para>
The packages you need for an RPM-based host like Fedora are shown in these commands:
The packages you need for an RPM-based host like Fedora and OpenSUSE,
respectively, are as follows:
</para>
<literallayout class='monospaced'>
@ -173,6 +174,12 @@
SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \
autoconf automake
</literallayout>
<literallayout class='monospaced'>
$ sudo zypper install python gcc gcc-c++
$ subversion git chrpath automake
$ help2man diffstat texinfo mercurial wget
</literallayout>
<note><para>
Packages vary in number and name for other Linux distributions.