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 | poky-0d62b8d9b7d5f005734041221a420b3749d2cb9a.tar.gz | |
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 @@ | |||
| 144 | <para>help2man</para> | 144 | <para>help2man</para> |
| 145 | </listitem> | 145 | </listitem> |
| 146 | <listitem> | 146 | <listitem> |
| 147 | <para>chrpath</para> | ||
| 148 | </listitem> | ||
| 149 | <listitem> | ||
| 150 | <para>mercurial</para> | ||
| 151 | </listitem> | ||
| 152 | </itemizedlist> | ||
| 153 | <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> | ||
| 154 | <itemizedlist> | ||
| 155 | <listitem> | ||
| 156 | <para>libgl1-mesa-dev</para> | ||
| 157 | </listitem> | ||
| 158 | <listitem> | ||
| 159 | <para>libglu1-mesa-dev</para> | ||
| 160 | </listitem> | ||
| 161 | <listitem> | ||
| 162 | <para>libsdl1.2-dev</para> | ||
| 163 | </listitem> | ||
| 164 | <listitem> | ||
| 147 | <para>bochsbios (only to run qemux86 images)</para> | 165 | <para>bochsbios (only to run qemux86 images)</para> |
| 148 | </listitem> | 166 | </listitem> |
| 149 | </itemizedlist> | 167 | </itemizedlist> |
