diff --git a/README.md b/README.md index d039950..424b352 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,13 @@ sudo make install This will put the libbreezyslam shareable library in your /usr/local/lib directory. If you keep your shared libraries elsewhere, just change the LIBDIR -variable at the top of the Makefile. +variable at the top of the Makefile. You may also need to add the following line to your ~/.bashrc +file: + +
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
+
+