Skip to content

Commit

Permalink
improve wrapper compilation instructions, when TBB not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jul 10, 2021
1 parent 8b86d7a commit 63236cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For instructions on updating the version of the [wrap library](https://github.co
```bash
cmake .. -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=3.6.10
```
If you do not have TBB installed, you should also provide the argument `-DGTSAM_WITH_TBB=OFF`.
- Build GTSAM and the wrapper with `make` (or `ninja` if you use `-GNinja`).

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

0 comments on commit 63236cf

Please sign in to comment.