summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
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 6928fd5f80..52f7391e4b 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -192,7 +192,7 @@
192 unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ 192 unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \
193 python-pysqlite2 diffstat help2man make gcc build-essential \ 193 python-pysqlite2 diffstat help2man make gcc build-essential \
194 g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ 194 g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \
195 mercurial autoconf automake groff 195 mercurial autoconf automake groff libtool
196 </literallayout> 196 </literallayout>
197 197
198 <para> 198 <para>
@@ -209,11 +209,11 @@
209 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \ 209 groff linuxdoc-tools patch linuxdoc-tools cmake help2man \
210 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \ 210 perl-ExtUtils-MakeMaker tcl-devel gettext chrpath ncurses apr \
211 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ 211 SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \
212 autoconf automake 212 autoconf automake libtool
213 </literallayout> 213 </literallayout>
214 214
215 <literallayout class='monospaced'> 215 <literallayout class='monospaced'>
216 $ sudo zypper install python gcc gcc-c++ 216 $ sudo zypper install python gcc gcc-c++ libtool
217 $ subversion git chrpath automake 217 $ subversion git chrpath automake
218 $ help2man diffstat texinfo mercurial wget 218 $ help2man diffstat texinfo mercurial wget
219 </literallayout> 219 </literallayout>