[Change] Add libfreetype-dev dependency to README

This commit is contained in:
Ritchie Cunningham 2025-09-20 03:49:52 +01:00
parent 8cc30eaa17
commit 92b5f54dbb

View File

@ -8,12 +8,13 @@ The following dependencies are required:
- CMake (3.16 or newer) - CMake (3.16 or newer)
- SDL3 development libraries - SDL3 development libraries
- GLEW development libraries - GLEW development libraries
- FreeType development libraries
** Installation (Debian) ** Installation (Debian)
You can install all required dependencies with the following command: You can install all required dependencies with the following command:
#+BEGIN_SRC bash #+BEGIN_SRC bash
sudo apt update 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 #+END_SRC
* Build Instructions * Build Instructions