diff options
Diffstat (limited to 'documentation')
-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'> |