Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlatow committed Oct 1, 2024
1 parent 1152f2c commit da07392
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ are described in Chapter 5 of the Genode Foundations book:
Installation
------------

# Install the latest Genode tool chain on a GNU/Linux OS on a 64-bit x86 PC.
It is recommended to use the latest long-term support (LTS) version of
Ubuntu. Make sure that your installation satisfies the following
requirements.
# It is recommended to use the latest long-term support (LTS) version of
Ubuntu on a 64-bit x86 PC. Make sure that your installation satisfies the
following requirements.

* _libSDL-dev_ needed to run system scenarios directly on your host OS,
* _tclsh_ and _expect_ needed by the tools,
* _xmllint_ for validating configurations,
* _bubblewrap_ for sandboxed build environments,

# Clone the Goa repository:

Expand All @@ -64,6 +64,15 @@ Installation

! export PATH=$PATH:<goa-dir>/bin

# Provide the latest Genode toolchain by either

* Installing the Genode toolchain following the instructions at
[https://genode.org/download/tool-chain]

* Making sure _squashfs-tools_ and _squashfuse_ are installed so that Goa
is able to download the latest Genode toolchain and make it available in
the sandboxed build environment

# Optionally, enable bash completion by adding the following line to your
'~/.bashrc' file:

Expand Down

0 comments on commit da07392

Please sign in to comment.