]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - BUILDING.md
Redesign file structure and graphics pipeline; add font rendering
[dragonblocks_alpha.git] / BUILDING.md
index cf02dc3bbbcc2961b44d7ed4a642509737660557..d253f990c1794cb626625906697cc74d281585f9 100644 (file)
@@ -9,10 +9,10 @@ To build anything you need gcc and GNU make. The ZLib development library is nee
 sudo apt install build-essential make zlib1g-dev
 ```
 
-The development versions of OpenGL, GLFW3, GLEW are required to build the client.
+The development versions of OpenGL, GLFW3, GLEW and Freetype are required to build the client.
 
 ```bash
-sudo apt install libgl1-mesa-dev libglfw3-dev libglew-dev
+sudo apt install libgl1-mesa-dev libglfw3-dev libglew-dev libfreetype-dev
 ```
 
 For building the server the SQLite3 development library is required.