clarify that TBB can be installed wherever

This commit is contained in:
Stephen Birarda 2014-12-15 11:25:17 -08:00
parent 9b37967bed
commit ee91964300

View file

@ -99,7 +99,7 @@ Install OpenSSL into the Windows system directory, to make sure that QT uses the
###Intel Threading Building Blocks (TBB)
Download the stable release for Windows from the [Intel Threading Building Blocks website](https://www.threadingbuildingblocks.org/). By default, TBB will install to Program Files. You may also choose to install it to %HIFI_LIB_DIR%\TBB.
Download the stable release for Windows from the [Intel Threading Building Blocks website](https://www.threadingbuildingblocks.org/). By default, TBB will install to Program Files. You can choose to install it wherever you like, including %HIFI_LIB_DIR%.
You must run `tbbvars.bat` before running cmake so that the find module included with this project will be able to find TBB no matter where you installed it. `tbbvars.bat` is located in the 'bin' folder of your TBB install. For a default installation on a 64-bit architechture, tbbvars can be found at `C:/Program Files (x86)/Intel/TBB/bin/tbbvars.bat`.