Add zlib requirement to documentation

This commit is contained in:
Seth Hillbrand 2020-08-19 12:01:43 -07:00
parent 95591669f1
commit 835d4a268f
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ be applied against.
The [OpenGL Extension Wrangler][GLEW] is an OpenGL helper library used by the KiCad graphics The [OpenGL Extension Wrangler][GLEW] is an OpenGL helper library used by the KiCad graphics
abstraction library [GAL] and is always required to build KiCad. abstraction library [GAL] and is always required to build KiCad.
## ZLib Library ## {#zlib}
The [ZLib][] development library is used by KiCad to handle compressed 3d models (.stpz and .wrz files)
and is always required to build KiCad.
## GLM OpenGL Mathematics Library ## {#glm} ## GLM OpenGL Mathematics Library ## {#glm}
The [OpenGL Mathematics Library][GLM] is an OpenGL helper library used by the KiCad graphics The [OpenGL Mathematics Library][GLM] is an OpenGL helper library used by the KiCad graphics