]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook: update the required dependencies list
authorJoshua Lock <josh@linux.intel.com>
Tue, 22 Jun 2010 11:10:41 +0000 (12:10 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 25 Jun 2010 13:54:11 +0000 (14:54 +0100)
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>
handbook/introduction.xml

index 69b6ab1afe1f243d9bf2cf7d791149a834ca0eb7..27427c97fa27172555bb7a2ccf4cbaadb8a7be9a 100644 (file)
         <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>