]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - BUILDING.md
ZLib compression
[dragonblocks_alpha.git] / BUILDING.md
index 810549362d1978c2e7795cd5cdc3bec8d6f4aeac..c9425308a743209f44bcf8b4372bd8e118eb64f5 100644 (file)
@@ -3,10 +3,10 @@
 GNU make is used for compiling. The code and the Makefile are located in the src/ directory.
 
 ## Dependencies
-To build anything you need g++ and GNU make.
+To build anything you need g++ and GNU make. The ZLib development library is needed as well.
 
 ```bash
-sudo apt install build-essential make
+sudo apt install build-essential make zlib1g-dev
 ```
 
 The development versions OpenGL, GLFW3, GLEW are required to build the client.