diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-22 11:44:12 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:51:03 +0100 |
commit | 4ededb2549d013246a236e0e9b5180bb89653c39 (patch) | |
tree | 3f0923be0fc9eb63c27603ec5dfd91f1071e23a6 /documentation | |
parent | fd832c02ebfb0ce7e60b317adf8156e41523b3ca (diff) | |
download | poky-4ededb2549d013246a236e0e9b5180bb89653c39.tar.gz |
Corrected the package command for Debian-based hosts.
Corrected a typo listing the package libsdl1.2-dev as libsdll.2-dev.
Also added the package mercurial.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 470118ee33..91b94af75b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -138,10 +138,10 @@ | |||
138 | 138 | ||
139 | <literallayout class='monospaced'> | 139 | <literallayout class='monospaced'> |
140 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ | 140 | $ sudo apt-get install sed wget cvs subversion git-core coreutils \ |
141 | unzip texi2html texinfo libsdll.2-dev docbook-utils gawk \ | 141 | unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ |
142 | python-pysqlite2 diffstat help2man make gcc build-essential \ | 142 | python-pysqlite2 diffstat help2man make gcc build-essential \ |
143 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ | 143 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
144 | libsdl1.2-dev | 144 | mercurial |
145 | </literallayout> | 145 | </literallayout> |
146 | 146 | ||
147 | <para> | 147 | <para> |