Skip to content

Commit

Permalink
Added requiered packages for relaunched systems
Browse files Browse the repository at this point in the history
  • Loading branch information
BugUser0815 authored Oct 12, 2016
1 parent b5b1a38 commit 178db18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Makefile will need additional adjustments for other kernels than Fiasco.OC.
### Required packages
The following packages are required for building the Genode toolchain:

`sudo apt-get install libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev flex bison gperf`
`sudo apt-get install libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev flex bison gperf cmake libXml2-dev libtool zlib1g-dev libglib2.0-dev`

For building Genode:

Expand All @@ -33,6 +33,11 @@ For running Genode in QEMU:

`sudo apt-get install libxml2-utils syslinux`

Inside QEMU run, if you are told to:

`git submodule update --init pixman`
`git submodule update --init dtc`

For some additional ports you may need:

`sudo apt-get install xsltproc yasm iasl lynx`
Expand All @@ -42,8 +47,7 @@ Custom repos:

| Folder | Description |
| ----------------------------------- | ------------------------------------------------ |
| `repos/taskmanager/` | central network module: server and task manager |
| `repos/taskmanager/run/` | run file configuration for dom0 |
| `repos/taskmanager/run/` | run file configuration for task manager |
| `repos/taskmanager/src/taskmanager/re/` | taskmanager |
| `repos/taskmanager/src/idle/` | idle process to show system load |

Expand Down

0 comments on commit 178db18

Please sign in to comment.