Skip to content

Commit

Permalink
Merge pull request #68 from ihsrobotics/docs/index-shared-object-inst…
Browse files Browse the repository at this point in the history
…ructions

docs: add instructions to index ihsboost shared objects
  • Loading branch information
chrehall68 authored Feb 22, 2024
2 parents 22f3097 + 2279f38 commit 1992ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ from terminal inside the ihsboost directory on the wombat
```shell
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
#Important: do not use the -j4 flag when building on Wombat
# important: do not use the -j4 flag when building on wombat
make -j4
sudo make install
```
**If you plan on using the python bindings, run `sudo ldconfig` to index the ihsboost shared objects.**

Note: you will need to use either the `main` branch or the
`older-wombat` branch depending on whether you are using a
Expand Down

0 comments on commit 1992ab8

Please sign in to comment.