diff options
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r-- | documentation/ref-manual/introduction.xml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ddf6a860eb..cec23b6039 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -368,8 +368,28 @@ | |||
368 | Packages needed to build an image for a headless | 368 | Packages needed to build an image for a headless |
369 | system: | 369 | system: |
370 | <literallayout class='monospaced'> | 370 | <literallayout class='monospaced'> |
371 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; | 371 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
372 | </literallayout></para></listitem> | 372 | </literallayout> |
373 | <note><title>Notes</title> | ||
374 | <itemizedlist> | ||
375 | <listitem><para> | ||
376 | Extra Packages for Enterprise Linux | ||
377 | (i.e. <filename>epel-release</filename>) | ||
378 | is a collection of packages from Fedora | ||
379 | built on RHEL/CentOS for easy installation | ||
380 | of packages not included in enterprise | ||
381 | Linux by default. | ||
382 | You need to install these packages | ||
383 | separately. | ||
384 | </para></listitem> | ||
385 | <listitem><para> | ||
386 | The <filename>makecache</filename> command | ||
387 | consumes additional Metadata from | ||
388 | <filename>epel-release</filename>. | ||
389 | </para></listitem> | ||
390 | </itemizedlist> | ||
391 | </note> | ||
392 | </para></listitem> | ||
373 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | 393 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
374 | Packages recommended if the host system has graphics | 394 | Packages recommended if the host system has graphics |
375 | support or if you are going to use the Eclipse | 395 | support or if you are going to use the Eclipse |