<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>
<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>
</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>
<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>