Linux*#
This section uses <tbb_install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for Linux*, relative to <tbb_install_dir>
| Item | Location | Environment Variable | 
|---|---|---|
| Header files | <tbb_install_dir>/include/oneapi/tbb.h<tbb_install_dir>/include/oneapi/tbb/*.h | |
| Shared libraries | 
 | LIBRARY_PATHLD_LIBRARY_PATH | 
| Symbolic links | <tbb_install_dir>/lib/<arch>/gcc4.8/<lib><compat_version><variant>.so-><tbb_install_dir>lib/<lib><compat_version><variant>.so.<ver_major><tbb_install_dir>/lib/<lib><compat_version><variant>.so.<ver_major>-><tbb_install_dir>lib/<lib><compat_version><variant>.so.<ver_major>.<ver_minor> | |
| CMake files | 
 | |
| pkg-config files | 
 | |
| vars script | 
 | 
Where:
- <arch>-- ia32or- intel64- Note - Starting with oneTBB 2022.0, 32-bit binaries are supported only by the open-source version of the library. 
- <lib>-- libtbb,- libtbbmalloc,- libtbbmalloc_proxyor- libtbbbind
- <variant>-- _debugor empty
- <version>- binary version in a form of- <ver_major>.<ver_minor>
- <compat_version>- compatibility version for- libtbbbind
