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 @@ - 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: @@ -173,6 +174,12 @@ SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ autoconf automake + + + $ sudo zypper install python gcc gcc-c++ + $ subversion git chrpath automake + $ help2man diffstat texinfo mercurial wget + Packages vary in number and name for other Linux distributions.