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 | |
parent | fd832c02ebfb0ce7e60b317adf8156e41523b3ca (diff) | |
download | openembedded-core-4ededb2549d013246a236e0e9b5180bb89653c39.tar.gz openembedded-core-4ededb2549d013246a236e0e9b5180bb89653c39.tar.bz2 openembedded-core-4ededb2549d013246a236e0e9b5180bb89653c39.zip |
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>
-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 @@ <literallayout class='monospaced'> $ sudo apt-get install sed wget cvs subversion git-core coreutils \ - unzip texi2html texinfo libsdll.2-dev docbook-utils gawk \ + unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk \ python-pysqlite2 diffstat help2man make gcc build-essential \ g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ - libsdl1.2-dev + mercurial </literallayout> <para> |