From 529cdc949be67db26c42aee009eb6f53fe85f33d Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 29 Sep 2023 08:47:10 +0200 Subject: [PATCH] doc/getting_started.txt: fb_sdl changed to SDL2 Issue #4993 --- doc/getting_started.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/getting_started.txt b/doc/getting_started.txt index 70569c418d..e9679cd351 100644 --- a/doc/getting_started.txt +++ b/doc/getting_started.txt @@ -22,7 +22,8 @@ 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 -* 'libSDL-dev' +* 'libsdl2-dev', 'libdrm-dev', and 'libgbm-dev' (needed to run interactive + system scenarios directly on Linux) * 'tclsh' and 'expect' * 'byacc' (only needed for the L4/Fiasco kernel) * 'qemu' and 'xorriso' (for testing non-Linux platforms via Qemu)