Updated README file for TBB

release/4.3a0
Richard Roberts 2013-11-18 19:23:11 +00:00
parent fa5d08d9a6
commit d609c82afd
1 changed files with 7 additions and 0 deletions

7
README
View File

@ -56,6 +56,13 @@ GTSAM requires the following libraries to be installed on your system:
- Cmake version 2.6 or higher - Cmake version 2.6 or higher
- Support for XCode 4.3 command line tools on Mac requires CMake 2.8.8 or higher - Support for XCode 4.3 command line tools on Mac requires CMake 2.8.8 or higher
Optional dependent libraries:
- If TBB is installed and detectable by CMake GTSAM will use it automatically.
Ensure that CMake prints "Use Intel TBB : Yes". To disable the use of TBB,
disable the CMake flag GTSAM_WITH_TBB (enabled by default). On Ubuntu, TBB
may be installed from the Ubuntu repositories, and for other platforms it
may be downloaded from https://www.threadingbuildingblocks.org/
Tested compilers Tested compilers
- GCC 4.2-4.7 - GCC 4.2-4.7
- Clang 2.9-3.2 - Clang 2.9-3.2