diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-11 16:43:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-12 12:35:47 +0100 |
commit | d6031bad2a25e1cc9587712005729605dd7fa6ab (patch) | |
tree | d1c25e070f49b275be2655ae3f997fbc23e83630 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 853c5613acd65ef76996931ca39e55cab11594e1 (diff) | |
download | poky-d6031bad2a25e1cc9587712005729605dd7fa6ab.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 35 |
1 files changed, 34 insertions, 1 deletions
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 @@ | |||
209 | Packages and package installation vary depending on your development system. | 209 | Packages and package installation vary depending on your development system. |
210 | In general, you need to have root access and then install the required packages. | 210 | In general, you need to have root access and then install the required packages. |
211 | The next few sections show you how to get set up with the right packages for | 211 | The next few sections show you how to get set up with the right packages for |
212 | Ubuntu, Fedora, and openSUSE. | 212 | Ubuntu, Fedora, openSUSE, and CentOS. |
213 | </para> | 213 | </para> |
214 | 214 | ||
215 | <section id='ubuntu'> | 215 | <section id='ubuntu'> |
@@ -254,6 +254,9 @@ | |||
254 | the commands as root user. | 254 | the commands as root user. |
255 | See the <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'>Configuring Sudo</ulink> | 255 | See the <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'>Configuring Sudo</ulink> |
256 | wiki page for details. | 256 | wiki page for details. |
257 | For information on other dependencies you will need to install, see the Fedora section on the | ||
258 | <ulink url='&YOCTO_WIKI_URL;/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink> | ||
259 | wiki page. | ||
257 | </para></note> | 260 | </para></note> |
258 | </section> | 261 | </section> |
259 | 262 | ||
@@ -271,6 +274,36 @@ | |||
271 | diffstat texinfo mercurial freeglut-devel libSDL-devel | 274 | diffstat texinfo mercurial freeglut-devel libSDL-devel |
272 | </literallayout> | 275 | </literallayout> |
273 | </section> | 276 | </section> |
277 | |||
278 | <section id='centos'> | ||
279 | <title>CentOS</title> | ||
280 | |||
281 | <para> | ||
282 | The packages you need for a supported CentOS distribution are shown in the following | ||
283 | commands: | ||
284 | </para> | ||
285 | |||
286 | <literallayout class='monospaced'> | ||
287 | $ sudo yum -y groupinstall "development tools" | ||
288 | $ sudo yum -y install tetex gawk sqlite-devel vim-common redhat-lsb xz \ | ||
289 | m4 make wget curl ftp tar bzip2 gzip python-devel \ | ||
290 | unzip perl texinfo texi2html diffstat openjade zlib-devel \ | ||
291 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ | ||
292 | docbook-utils bc glibc-devel pcre pcre-devel \ | ||
293 | groff linuxdoc-tools patch linuxdoc-tools cmake \ | ||
294 | tcl-devel gettext ncurses apr \ | ||
295 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | ||
296 | autoconf automake libtool xterm | ||
297 | </literallayout> | ||
298 | <note><para> | ||
299 | Depending on the CentOS version you are using, other requirements and dependencies | ||
300 | might exist. | ||
301 | For details, you should look at the CentOS sections on the | ||
302 | <ulink url='&YOCTO_WIKI_URL;/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink> | ||
303 | wiki page. | ||
304 | </para></note> | ||
305 | |||
306 | </section> | ||
274 | </section> | 307 | </section> |
275 | 308 | ||
276 | <section id='releases'> | 309 | <section id='releases'> |