Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add instructions to index ihsboost shared objects #68

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading