This section uses <install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for Windows* OS, relative to <install_dir>.
Item |
Location |
Environment Variable |
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Include files |
include\tbb\*.h |
INCLUDE |
||||||||||||||||||||||||||||||
.lib files |
lib\<arch>\vc<vcversion>\<lib><variant>.lib |
LIB |
||||||||||||||||||||||||||||||
.dll files |
..\redist\<arch>\tbb\vc<vcversion>\<lib><variant>.dll
|
PATH |
||||||||||||||||||||||||||||||
.pdb files |
Same as corresponding .dll file. |
|
The last column shows which environment variables are used by the Microsoft* Visual C++* or Intel® C++ Compiler to find these subdirectories.
Ensure that the relevant product directories are mentioned by the environment variables; otherwise the compiler might not find the required files.
Microsoft* C/C++ run-time libraries come in static and dynamic forms. Either can be used with Intel TBB. Linking to the Intel TBB library is always dynamic.
Starting with Intel TBB 2017, Intel TBB samples for Windows* OS are distributed separately from the library and are available at http://software.intel.com/en-us/product-code-samples as a standalone package or as a part of the Intel® Parallel Studio XE or Intel® System Studio Online Samples packages.