From ff5b58e612fc3778011ea0b0d384ae414a616f38 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Mar 2014 11:34:01 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/introduction.xml') 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 @@ $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo apt-get install libsdl1.2-dev xterm @@ -223,8 +225,10 @@ $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo yum install SDL-devel xterm perl-Thread-Queue @@ -258,8 +262,10 @@ $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo zypper install libSDL-devel xterm @@ -298,8 +304,10 @@ $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo yum install SDL-devel xterm -- cgit v1.2.3-54-g00ecf