doc/getting_started.txt: fb_sdl changed to SDL2

Issue #4993
This commit is contained in:
Norman Feske 2023-09-29 08:47:10 +02:00 committed by Christian Helmuth
parent aff17cb177
commit 529cdc949b

View File

@ -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)