diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-22 12:10:41 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-25 14:54:11 +0100 |
commit | 0d62b8d9b7d5f005734041221a420b3749d2cb9a (patch) | |
tree | 417a7eb5fa53edccaa5e36cf57a17463e1dbe906 | |
parent | 824895f14ef1a3a38c0241a13bb452bf940fa638 (diff) | |
download | openembedded-core-0d62b8d9b7d5f005734041221a420b3749d2cb9a.tar.gz openembedded-core-0d62b8d9b7d5f005734041221a420b3749d2cb9a.tar.bz2 openembedded-core-0d62b8d9b7d5f005734041221a420b3749d2cb9a.zip |
handbook: update the required dependencies list
The dependencies list in the introduction was missing chrpath and mercurial.
Also adds a note about the packages required to build qemu-native.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | handbook/introduction.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml index 69b6ab1afe..27427c97fa 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -144,6 +144,24 @@ <para>help2man</para> </listitem> <listitem> + <para>chrpath</para> + </listitem> + <listitem> + <para>mercurial</para> + </listitem> + </itemizedlist> + <para>Furthermore if you wish to run an emulated Poky image using <ulink url='http://qemu.org'>QEMU</ulink> (as in the quickstart below) you will need the following packages installed:</para> + <itemizedlist> + <listitem> + <para>libgl1-mesa-dev</para> + </listitem> + <listitem> + <para>libglu1-mesa-dev</para> + </listitem> + <listitem> + <para>libsdl1.2-dev</para> + </listitem> + <listitem> <para>bochsbios (only to run qemux86 images)</para> </listitem> </itemizedlist> |