From 93106be46663ed09ec3f125adc9bc6f7533476d5 Mon Sep 17 00:00:00 2001 From: Virendra Singh Date: Fri, 27 Feb 2015 00:58:55 +0530 Subject: [PATCH] VHACD dependency build instructions --- BUILD.md | 2 +- BUILD_WIN.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 98b8cffab1..6968d9bde8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -4,7 +4,7 @@ * [Qt](http://qt-project.org/downloads) ~> 5.3.2 * [OpenSSL](https://www.openssl.org/related/binaries.html) ~> 1.0.1g * IMPORTANT: OpenSSL 1.0.1g is critical to avoid a security vulnerability. - +* [VHACD](https://github.com/virneo/v-hacd)(clone this repository)(Optional) ####CMake External Project Dependencies * [Bullet Physics Engine](https://code.google.com/p/bullet/downloads/list) ~> 2.82 diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 28d26d9eb4..df50fd82c8 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -79,6 +79,21 @@ 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. +###vhacd +Download it directly from https://github.com/virneo/v-hacd + +To build it run the following commands + 1. cd src\ + 2. mkdir build + 3. cd build + 4. cmake .. + +Build using visual studio 2013. Build ALL_BUILD and INSTALL targets both in Release and Debug. + +This will create an output folder with include and lib directory inside it. + +Either copy the contents of output folder to ENV %HIFI_LIB_DIR%/vhacd or create an environment variable VHACD_ROOT_DIR to this output directory. + ###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.