From 55e53527d27e92aee3e6419d61e4112f99b819da Mon Sep 17 00:00:00 2001 From: wutno Date: Sun, 14 Jan 2024 15:30:57 -0500 Subject: [PATCH] Fix readme with Linux build instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 791a451..61c2cc8 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ Building Ubuntu / Debian / Raspbian ```sh -sudo apt install build-essential cmake pkg-config libserialport-dev libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0 +sudo apt install build-essential cmake pkg-config libserialport-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev ``` Windows