diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3809a95..e98661b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -281,8 +281,9 @@ <title>Ubuntu and Debian</title> <para> - The essential packages you need for a supported Ubuntu - or Debian distribution are shown in the following command: + The essential and graphical support packages you need for a + supported Ubuntu or Debian distribution are shown in the + following command: <literallayout class='monospaced'> $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm </literallayout> @@ -293,8 +294,8 @@ <title>Fedora</title> <para> - The essential packages you need for a supported Fedora distribution - are shown in the following command: + The essential and graphical packages you need for a supported + Fedora distribution are shown in the following command: <literallayout class='monospaced'> $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm </literallayout> @@ -302,11 +303,11 @@ </section> <section id='opensuse'> - <title>openSUSE</title> + <title>OpenSUSE</title> <para> - The essential packages you need for a supported openSUSE - distribution are shown in the following command: + The essential and graphical packages you need for a supported + OpenSUSE distribution are shown in the following command: <literallayout class='monospaced'> $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm </literallayout> @@ -317,8 +318,8 @@ <title>CentOS</title> <para> - The essential packages you need for a supported CentOS - distribution are shown in the following command: + The essential and graphical packages you need for a supported + CentOS distribution are shown in the following command: <literallayout class='monospaced'> $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm </literallayout> |