doc: mention packages needed for using the ports

Fixes #1383
This commit is contained in:
Norman Feske 2015-01-26 20:40:08 +01:00 committed by Christian Helmuth
parent 15a379894a
commit 1717d11742
1 changed files with 5 additions and 1 deletions

View File

@ -21,12 +21,16 @@ Quick start to build Genode for Linux
The best starting point for exploring Genode is to run it on Linux. Make sure
that your system satisfies the following requirements:
* GNU 'Make' version 3.81 or newer
* GNU Make version 3.81 or newer
* 'libSDL-dev'
* 'tclsh' and 'expect'
* 'byacc' (only needed for the L4/Fiasco kernel)
* 'qemu' and 'genisoimage' (for testing non-Linux platforms via Qemu)
For using the entire collection of ported 3rd-party software, the following
packages should be installed additionally: 'autoconf2.64', 'autogen', 'bison',
'flex', 'g++', 'git', 'gperf', 'libxml2-utils', 'subversion', and 'xsltproc'.
Furthermore, you will need to install the official Genode toolchain, which
you can download at [http://genode.org/download/tool-chain].