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