From 5d20b17e7d0e1ed96ac7bab3462bcfbd9159ffe3 Mon Sep 17 00:00:00 2001 From: simondlevy Date: Thu, 20 Dec 2018 10:41:19 -0500 Subject: [PATCH] Added LD_LIBRARY_PATH tip --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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
+
+