gaoxiang12 / slambook2

edition 2 of the slambook
MIT License
5.39k stars 2k forks source link

added ldconfig to Readme.txt #215

Closed andrewpak closed 2 years ago

andrewpak commented 2 years ago

I started going through the exercises in the book. After compiling pangolin and following the instructions in the book I still couldn't detect the header from my cpp file. After running the command ldconfig it worked. I thought it may help someone to have that added into the instructions here as it took a bit of trouble shooting to figure out why it wasn't working.

andrewpak commented 2 years ago

also apologies for the trivial diff.

gaoxiang12 commented 2 years ago

Thanks for PR!