From cb73d5fa58cec287978337f5e186fff52bccd252 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 19 May 2016 18:30:37 +0200 Subject: [PATCH] INSTALL: Explain how to update the library cache on MacOS. Thanks to Thomas Helle for pointing this out. --- INSTALL | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 7ead48a..e370904 100644 --- a/INSTALL +++ b/INSTALL @@ -10,10 +10,17 @@ to build the library, the oslfsck executable and the man page. Then type make install - ldconfig -as root to install libosl, oslfsck and the man page. The default -installation prefix is /usr/local. Use +as root to install libosl, oslfsck and the man page. Finally, update +the library cache by running either + + ldconfig # Linux, *BSD + +or + + update_dyld_shared_cache # MacOS + +The default installation prefix is /usr/local. Use make install PREFIX=/somewhere/else -- 2.39.2