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> </literallayout>
<para> <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> </para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
@ -174,6 +175,12 @@
autoconf automake autoconf automake
</literallayout> </literallayout>
<literallayout class='monospaced'>
$ sudo zypper install python gcc gcc-c++
$ subversion git chrpath automake
$ help2man diffstat texinfo mercurial wget
</literallayout>
<note><para> <note><para>
Packages vary in number and name for other Linux distributions. Packages vary in number and name for other Linux distributions.
The commands here should work. We are interested, though, to learn what works for you. The commands here should work. We are interested, though, to learn what works for you.