From d4affa9985ad82909774d971b2b28a41b2108c98 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 19 Aug 2020 13:49:23 -0700 Subject: [PATCH] Add missing zlib link to documentation Also add the proper build package for mingw --- Documentation/development/compiling.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md index fa10f6c4ef..7b6b186edb 100644 --- a/Documentation/development/compiling.md +++ b/Documentation/development/compiling.md @@ -358,7 +358,8 @@ install path. At the command prompt run the the following commands: mingw-w64-x86_64-toolchain \ mingw-w64-x86_64-glm \ mingw-w64-x86_64-oce \ - mingw-w64-x86_64-ngspice + mingw-w64-x86_64-ngspice \ + mingw-w64-x86_64-zlib cd kicad-source mkdir -p build/release mkdir build/debug # Optional for debug build. @@ -556,3 +557,4 @@ you will have to apply the Boost patches in the KiCad source [patches folder][]. [liboce]: https://github.com/tpaviot/oce [libocc]: https://www.opencascade.com/content/overview [libngspice]: https://sourceforge.net/projects/ngspice/ +[ZLib]: http://www.zlib.net/