From e8ea45efdef2820f32c775a3b7caf3848a76639a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 15 Dec 2014 13:59:51 -0800 Subject: [PATCH] clarify TBB find for windows --- BUILD_WIN.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index b90396b757..ad143ef56a 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -95,6 +95,12 @@ 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. +###Intel Threading Building Blocks (TBB) + +Download the zip from the [TBB website](https://www.threadingbuildingblocks.org/). + +We recommend you extract it to %HIFI_LIB_DIR%\tbb. This will help our FindTBB cmake module find what it needs. You can place it wherever you like on your machine if you specify TBB_ROOT_DIR as an environment variable or a variable passed when cmake is run. + ###Zlib Download the compiled DLL from the [zlib website](http://www.zlib.net/). Extract to %HIFI_LIB_DIR%\zlib.