Skip to content

Commit 63236cf

Browse files
authored
improve wrapper compilation instructions, when TBB not installed
1 parent 8b86d7a commit 63236cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For instructions on updating the version of the [wrap library](https://github.co
2424
```bash
2525
cmake .. -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=3.6.10
2626
```
27+
If you do not have TBB installed, you should also provide the argument `-DGTSAM_WITH_TBB=OFF`.
2728
- Build GTSAM and the wrapper with `make` (or `ninja` if you use `-GNinja`).
2829

2930
- To install, simply run `make python-install` (`ninja python-install`).

0 commit comments

Comments
 (0)