Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jun 26, 2024
1 parent 9284e0f commit 7773c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ All the following optimizers were derived from the implementations in GTSAM
```bash
# Install gtsam
git clone https://github.com/borglab/gtsam
mkdir gtsam/build && cd gtsam/build
cd gtsam
git checkout 4.2a9

mkdir build && cd build
cmake .. \
-DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
-DGTSAM_BUILD_TESTS=OFF \
Expand Down

0 comments on commit 7773c3c

Please sign in to comment.