diff options
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 812db9f165..4f0fcb88ca 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -228,9 +228,9 @@ | |||
| 228 | </para> | 228 | </para> |
| 229 | 229 | ||
| 230 | <literallayout class='monospaced'> | 230 | <literallayout class='monospaced'> |
| 231 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ | 231 | $ sudo apt-get install sed wget subversion git-core coreutils \ |
| 232 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ | 232 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ |
| 233 | python-pysqlite2 diffstat help2man make gcc build-essential xsltproc \ | 233 | python-pysqlite2 diffstat make gcc build-essential xsltproc \ |
| 234 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ | 234 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
| 235 | mercurial autoconf automake groff libtool xterm libxml-parser-perl | 235 | mercurial autoconf automake groff libtool xterm libxml-parser-perl |
| 236 | </literallayout> | 236 | </literallayout> |
| @@ -246,11 +246,11 @@ | |||
| 246 | 246 | ||
| 247 | <literallayout class='monospaced'> | 247 | <literallayout class='monospaced'> |
| 248 | $ sudo yum groupinstall "development tools" | 248 | $ sudo yum groupinstall "development tools" |
| 249 | $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ | 249 | $ sudo yum install python m4 make wget curl ftp tar bzip2 gzip \ |
| 250 | unzip python-psyco perl texinfo texi2html diffstat openjade \ | 250 | unzip perl texinfo texi2html diffstat openjade \ |
| 251 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop xsltproc \ | 251 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop xsltproc \ |
| 252 | docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ | 252 | docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ |
| 253 | groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ | 253 | groff linuxdoc-tools patch cmake \ |
| 254 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ | 254 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ |
| 255 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | 255 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ |
| 256 | autoconf automake libtool xterm | 256 | autoconf automake libtool xterm |
| @@ -278,7 +278,7 @@ | |||
| 278 | 278 | ||
| 279 | <literallayout class='monospaced'> | 279 | <literallayout class='monospaced'> |
| 280 | $ sudo zypper install python gcc gcc-c++ libtool fop \ | 280 | $ sudo zypper install python gcc gcc-c++ libtool fop \ |
| 281 | subversion git chrpath automake make wget help2man xsltproc \ | 281 | subversion git chrpath automake make wget xsltproc \ |
| 282 | diffstat texinfo mercurial freeglut-devel libSDL-devel | 282 | diffstat texinfo mercurial freeglut-devel libSDL-devel |
| 283 | </literallayout> | 283 | </literallayout> |
| 284 | </section> | 284 | </section> |
