mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
clarify that TBB can be installed wherever
This commit is contained in:
parent
9b37967bed
commit
ee91964300
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue