From: Andre Noll Date: Thu, 19 May 2016 16:30:37 +0000 (+0200) Subject: INSTALL: Explain how to update the library cache on MacOS. X-Git-Tag: v0.1.3~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=cb73d5fa58cec287978337f5e186fff52bccd252;ds=sidebyside INSTALL: Explain how to update the library cache on MacOS. Thanks to Thomas Helle for pointing this out. --- 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