From f90d9a2b0d7d80a128d2e67c8bdfbb651a51bf0e Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:13:57 -0500 Subject: [PATCH] docs: don't list meson as a build dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431b14a2c..f09aa64e7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ At the moment, we're aiming to support the following platforms: Install the following packages before building (Debian/Ubuntu names shown): ```bash -sudo apt-get install -y build-essential python3 ninja-build meson libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev +sudo apt-get install -y build-essential libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev ``` #### Arch/Manjaro