1.. _Linux_OS: 2 3Linux\* 4======= 5 6 7This section uses *<tbb_install_dir>* to indicate the top-level 8installation directory. The following table describes the subdirectory 9structure for Linux\*, relative to *<tbb_install_dir>* 10 11.. container:: tablenoborder 12 13 .. list-table:: 14 :header-rows: 1 15 16 * - Item 17 - Location 18 - Environment Variable 19 * - Header files 20 - | ``include/oneapi/tbb.h`` 21 | ``include/oneapi/tbb/*.h`` 22 - ``CPATH`` 23 * - Shared libraries 24 - ``lib/<arch>/<lib><variant>.so.<version>`` 25 - | ``LIBRARY_PATH`` 26 | ``LD_LIBRARY_PATH`` 27 28where 29 30* ``<arch>`` - ``ia32`` or ``intel64`` 31 32* ``<lib>`` - ``libtbb``, ``libtbbmalloc``, ``libtbbmalloc_proxy`` or ``libtbbbind`` 33 34* ``<variant>`` - ``_debug`` or empty 35 36* ``<version>`` - binary version in a form of ``<major>.<minor>``