Skip to content

Commit

Permalink
Merge pull request #66 from ihsrobotics/new-README
Browse files Browse the repository at this point in the history
Update README.md to include appropriate build instructions on Wombat
  • Loading branch information
chrehall68 authored Feb 3, 2024
2 parents 0415e4b + 4f83bee commit 22f3097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ 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
make -j4
sudo make install
```
Expand Down

0 comments on commit 22f3097

Please sign in to comment.