This section uses <install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for OS X*, relative to <install_dir>.
Item |
Location |
Environment Variable |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Include files |
include/tbb/*.h |
CPATH |
||||||||||||||||||||
Shared libraries |
lib/<libc++>/<lib><variant>.dylib where:
|
LIBRARY_PATH DYLD_LIBRARY_PATH |
||||||||||||||||||||
Examples |
examples/<class>/*/. |
|
||||||||||||||||||||
GNU Makefile for example |
examples/<class>/*/Makefile where class describes the class being demonstrated. |
|
||||||||||||||||||||
Xcode* Project |
examples/<class>/*/xcode/ |
|