]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - BUILDING.md
Replace libgl-dev by libgl1-mesa-dev
[dragonblocks_alpha.git] / BUILDING.md
index 243eaea65eab7db5fda00b0762029c095c22f6f6..7dd2bfe2586d00af66bf0d1b4225b995b1528a09 100644 (file)
@@ -12,7 +12,7 @@ git clone --recurse-submodules https://github.com/dragonblocks/dragonblocks_alph
 
 ## Client dependencies
 
-If you want to build the client, it is required to install the build dependencies for GLEW and GLFW (on X11/Debian based systems: `apt install xorg-dev libgl-dev`).
+If you want to build the client, it is required to install the build dependencies for GLEW and GLFW (on X11/Debian based systems: `apt install xorg-dev libgl1-mesa-dev`).
 
 Refer to:
 - https://www.glfw.org/docs/3.3/compile.html