summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml19
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 3809a95b22..e98661be9b 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -281,8 +281,9 @@
281 <title>Ubuntu and Debian</title> 281 <title>Ubuntu and Debian</title>
282 282
283 <para> 283 <para>
284 The essential packages you need for a supported Ubuntu 284 The essential and graphical support packages you need for a
285 or Debian distribution are shown in the following command: 285 supported Ubuntu or Debian distribution are shown in the
286 following command:
286 <literallayout class='monospaced'> 287 <literallayout class='monospaced'>
287 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm 288 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
288 </literallayout> 289 </literallayout>
@@ -293,8 +294,8 @@
293 <title>Fedora</title> 294 <title>Fedora</title>
294 295
295 <para> 296 <para>
296 The essential packages you need for a supported Fedora distribution 297 The essential and graphical packages you need for a supported
297 are shown in the following command: 298 Fedora distribution are shown in the following command:
298 <literallayout class='monospaced'> 299 <literallayout class='monospaced'>
299 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm 300 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
300 </literallayout> 301 </literallayout>
@@ -302,11 +303,11 @@
302 </section> 303 </section>
303 304
304 <section id='opensuse'> 305 <section id='opensuse'>
305 <title>openSUSE</title> 306 <title>OpenSUSE</title>
306 307
307 <para> 308 <para>
308 The essential packages you need for a supported openSUSE 309 The essential and graphical packages you need for a supported
309 distribution are shown in the following command: 310 OpenSUSE distribution are shown in the following command:
310 <literallayout class='monospaced'> 311 <literallayout class='monospaced'>
311 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm 312 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm
312 </literallayout> 313 </literallayout>
@@ -317,8 +318,8 @@
317 <title>CentOS</title> 318 <title>CentOS</title>
318 319
319 <para> 320 <para>
320 The essential packages you need for a supported CentOS 321 The essential and graphical packages you need for a supported
321 distribution are shown in the following command: 322 CentOS distribution are shown in the following command:
322 <literallayout class='monospaced'> 323 <literallayout class='monospaced'>
323 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm 324 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
324 </literallayout> 325 </literallayout>