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>
This commit is contained in:
Joshua Lock 2010-06-22 12:10:41 +01:00
parent 824895f14e
commit 0d62b8d9b7
1 changed files with 18 additions and 0 deletions

View File

@ -143,6 +143,24 @@
<listitem>
<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>