diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-22 11:44:12 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-24 01:02:39 -0700 |
commit | c6e842d9f5f823a3bddbdc6a503b9df6a216c70a (patch) | |
tree | e97aea9850823e1274a6a46b55f9fc1b543985c8 /documentation | |
parent | 372186ff623d7a6c5f0e012447e07c4f89bd3da6 (diff) | |
download | poky-c6e842d9f5f823a3bddbdc6a503b9df6a216c70a.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> |