From bee21b13b76d17d5f946b9d050df81d1d905a469 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 5 Aug 2015 16:13:25 -0700 Subject: [PATCH] interface now depends on zlib. describe how to install on windows --- BUILD.md | 1 + BUILD_WIN.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/BUILD.md b/BUILD.md index a5ee32262f..ad365fcde2 100644 --- a/BUILD.md +++ b/BUILD.md @@ -5,6 +5,7 @@ * [OpenSSL](https://www.openssl.org/related/binaries.html) ~> 1.0.1m * IMPORTANT: Using the recommended version of OpenSSL is critical to avoid security vulnerabilities. * [VHACD](https://github.com/virneo/v-hacd)(clone this repository)(Optional) +* [zlib](http://www.zlib.net/) ####CMake External Project Dependencies diff --git a/BUILD_WIN.md b/BUILD_WIN.md index e905a83ace..b6ec31b713 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -75,6 +75,16 @@ To prevent these problems, install OpenSSL yourself. Download the following bina Install OpenSSL into the Windows system directory, to make sure that Qt uses the version that you've just installed, and not some other version. +####zlib + +Install zlib from + + [Zlib for Windows](http://gnuwin32.sourceforge.net/packages/zlib.htm) + +and fix a header file, as described here: + + [zlib zconf.h bug](http://sourceforge.net/p/gnuwin32/bugs/169/) + ###Build High Fidelity using Visual Studio Follow the same build steps from the CMake section of [BUILD.md](BUILD.md), but pass a different generator to CMake.