From d6031bad2a25e1cc9587712005729605dd7fa6ab Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Apr 2012 16:43:50 -0600 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: Added CentOS New section in the Packages area for CentOS. (From yocto-docs rev: 7ee9f2d09fe9b83bccdf4b4f431672f34c31aca7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 35 +++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 96610f4aec..9156c70eb3 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -209,7 +209,7 @@ Packages and package installation vary depending on your development system. In general, you need to have root access and then install the required packages. The next few sections show you how to get set up with the right packages for - Ubuntu, Fedora, and openSUSE. + Ubuntu, Fedora, openSUSE, and CentOS.
@@ -254,6 +254,9 @@ the commands as root user. See the Configuring Sudo wiki page for details. + For information on other dependencies you will need to install, see the Fedora section on the + Poky/GettingStarted/Dependencies + wiki page.
@@ -271,6 +274,36 @@ diffstat texinfo mercurial freeglut-devel libSDL-devel + +
+ CentOS + + + The packages you need for a supported CentOS distribution are shown in the following + commands: + + + + $ sudo yum -y groupinstall "development tools" + $ sudo yum -y install tetex gawk sqlite-devel vim-common redhat-lsb xz \ + m4 make wget curl ftp tar bzip2 gzip python-devel \ + unzip perl texinfo texi2html diffstat openjade zlib-devel \ + docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ + docbook-utils bc glibc-devel pcre pcre-devel \ + groff linuxdoc-tools patch linuxdoc-tools cmake \ + tcl-devel gettext ncurses apr \ + SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ + autoconf automake libtool xterm + + + Depending on the CentOS version you are using, other requirements and dependencies + might exist. + For details, you should look at the CentOS sections on the + Poky/GettingStarted/Dependencies + wiki page. + + +
-- cgit v1.2.3-54-g00ecf