From 8decbec63841af262aadb3ff2a1744753641121a Mon Sep 17 00:00:00 2001 From: CloudyProton Date: Wed, 5 Jan 2022 19:29:15 +0000 Subject: [PATCH] Recommend apt over apt-get, include libgbm-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 592b183..5a52c5f 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Compilation depends on platform, but for a Unix PC it goes something like this: ``` # install SDL2, e.g. on Debian-like systems: -sudo apt-get install libsdl2-dev libsdl2-mixer-dev +sudo apt install libsdl2-dev libsdl2-mixer-dev libgbm-dev # get the source code: git clone https://gitlab.com/drummyfish/anarch.git