From 92b5f54dbbd75029472319cd8ed922d456630416 Mon Sep 17 00:00:00 2001 From: Ritchie Cunningham Date: Sat, 20 Sep 2025 03:49:52 +0100 Subject: [PATCH] [Change] Add libfreetype-dev dependency to README --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4d5aac2..7e9194b 100644 --- a/README.org +++ b/README.org @@ -8,12 +8,13 @@ The following dependencies are required: - CMake (3.16 or newer) - SDL3 development libraries - GLEW development libraries + - FreeType development libraries ** Installation (Debian) You can install all required dependencies with the following command: #+BEGIN_SRC bash sudo apt update -sudo apt install build-essential clang cmake libsdl3-dev libglew-dev +sudo apt install build-essential clang cmake libsdl3-dev libglew-dev libfreetype-dev #+END_SRC * Build Instructions