summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-25 11:34:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:18:37 +0100
commitff5b58e612fc3778011ea0b0d384ae414a616f38 (patch)
tree881048759d977b0a2898c9b4771118b16f96fa73 /documentation/ref-manual/introduction.xml
parentc4f2191910fbb1e55eed0f17659dc7ffb631a4bc (diff)
downloadpoky-ff5b58e612fc3778011ea0b0d384ae414a616f38.tar.gz
ref-manual, dev-manual: Point out "xterm" needed for eclipse use.
Fixes [YOCTO #5766] In the ref-manual, I added "Eclipse" use in the title for the "Graphics Support" packages because the "xterm" package is required for graphics support across all distributions. In the dev-manual, I specifically called out the need for "xterm" as a host package at the top of the section describing workflow with Eclipse. I also updated the cross-reference links to the host package and Linux distro requirements to point into the ref-manual, which is more comprehensive, than into the QS. (From yocto-docs rev: d3405be506fcb113f01d4fcba4631db80a1ed5dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml24
1 files changed, 16 insertions, 8 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 7eb8203bc2..2f5147270b 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -189,8 +189,10 @@
189 <literallayout class='monospaced'> 189 <literallayout class='monospaced'>
190 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; 190 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
191 </literallayout></para></listitem> 191 </literallayout></para></listitem>
192 <listitem><para><emphasis>Graphical Extras:</emphasis> 192 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
193 Packages recommended if the host system has graphics support: 193 Packages recommended if the host system has graphics
194 support or if you are going to use the Eclipse
195 IDE:
194 <literallayout class='monospaced'> 196 <literallayout class='monospaced'>
195 $ sudo apt-get install libsdl1.2-dev xterm 197 $ sudo apt-get install libsdl1.2-dev xterm
196 </literallayout></para></listitem> 198 </literallayout></para></listitem>
@@ -223,8 +225,10 @@
223 <literallayout class='monospaced'> 225 <literallayout class='monospaced'>
224 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; 226 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL;
225 </literallayout></para></listitem> 227 </literallayout></para></listitem>
226 <listitem><para><emphasis>Graphical Extras:</emphasis> 228 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
227 Packages recommended if the host system has graphics support: 229 Packages recommended if the host system has graphics
230 support or if you are going to use the Eclipse
231 IDE:
228 <literallayout class='monospaced'> 232 <literallayout class='monospaced'>
229 $ sudo yum install SDL-devel xterm perl-Thread-Queue 233 $ sudo yum install SDL-devel xterm perl-Thread-Queue
230 </literallayout></para></listitem> 234 </literallayout></para></listitem>
@@ -258,8 +262,10 @@
258 <literallayout class='monospaced'> 262 <literallayout class='monospaced'>
259 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; 263 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL;
260 </literallayout></para></listitem> 264 </literallayout></para></listitem>
261 <listitem><para><emphasis>Graphical Extras:</emphasis> 265 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
262 Packages recommended if the host system has graphics support: 266 Packages recommended if the host system has graphics
267 support or if you are going to use the Eclipse
268 IDE:
263 <literallayout class='monospaced'> 269 <literallayout class='monospaced'>
264 $ sudo zypper install libSDL-devel xterm 270 $ sudo zypper install libSDL-devel xterm
265 </literallayout></para></listitem> 271 </literallayout></para></listitem>
@@ -298,8 +304,10 @@
298 <literallayout class='monospaced'> 304 <literallayout class='monospaced'>
299 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; 305 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL;
300 </literallayout></para></listitem> 306 </literallayout></para></listitem>
301 <listitem><para><emphasis>Graphical Extras:</emphasis> 307 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
302 Packages recommended if the host system has graphics support: 308 Packages recommended if the host system has graphics
309 support or if you are going to use the Eclipse
310 IDE:
303 <literallayout class='monospaced'> 311 <literallayout class='monospaced'>
304 $ sudo yum install SDL-devel xterm 312 $ sudo yum install SDL-devel xterm
305 </literallayout></para></listitem> 313 </literallayout></para></listitem>