diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-26 06:34:15 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:45 -0800 |
commit | 4baaf11e40f3baecf6b026dd17ca9878db8dc3e1 (patch) | |
tree | 6122201a3f6a5eb4440108d16d1fd1625d4471c0 /documentation/yocto-project-qs | |
parent | 8cebd209b5357cfb329df6433cceab91ee92c0bd (diff) | |
download | poky-4baaf11e40f3baecf6b026dd17ca9878db8dc3e1.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: added xsltproc package
Jim Abernathy pointed out that the docs would not make on his
Ubuntu 11.10 machine without the xsltproc package. This package
was not listed as a required package. I added it to the YP
Quick Start.
Fixes [YOCTO #1933]
Reported-by: Jim Abernathy <jim.abernathy@intel.com>
(From yocto-docs rev: 0d4bcdd965e208588bbe283594d9d9528b87bf54)
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')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f1c98c8a5b..384d091a7e 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -206,7 +206,7 @@ | |||
206 | <literallayout class='monospaced'> | 206 | <literallayout class='monospaced'> |
207 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ | 207 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ |
208 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ | 208 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ |
209 | python-pysqlite2 diffstat help2man make gcc build-essential \ | 209 | python-pysqlite2 diffstat help2man make gcc build-essential xsltproc \ |
210 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ | 210 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
211 | mercurial autoconf automake groff libtool xterm libxml-parser-perl | 211 | mercurial autoconf automake groff libtool xterm libxml-parser-perl |
212 | </literallayout> | 212 | </literallayout> |
@@ -224,7 +224,7 @@ | |||
224 | $ sudo yum groupinstall "development tools" | 224 | $ sudo yum groupinstall "development tools" |
225 | $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ | 225 | $ sudo yum install python m4 make wget curl ftp hg tar bzip2 gzip \ |
226 | unzip python-psyco perl texinfo texi2html diffstat openjade \ | 226 | unzip python-psyco perl texinfo texi2html diffstat openjade \ |
227 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop \ | 227 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds fop xsltproc \ |
228 | docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ | 228 | docbook-utils sed bc eglibc-devel ccache pcre pcre-devel quilt \ |
229 | groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ | 229 | groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ |
230 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ | 230 | perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ |
@@ -251,7 +251,7 @@ | |||
251 | 251 | ||
252 | <literallayout class='monospaced'> | 252 | <literallayout class='monospaced'> |
253 | $ sudo zypper install python gcc gcc-c++ libtool fop \ | 253 | $ sudo zypper install python gcc gcc-c++ libtool fop \ |
254 | subversion git chrpath automake make wget help2man \ | 254 | subversion git chrpath automake make wget help2man xsltproc \ |
255 | diffstat texinfo mercurial freeglut-devel libSDL-devel | 255 | diffstat texinfo mercurial freeglut-devel libSDL-devel |
256 | </literallayout> | 256 | </literallayout> |
257 | </section> | 257 | </section> |