]> granicus.if.org Git - check/commitdiff
Mention rebuilding linker cache in README (#155)
authorOmer Ozarslan <omer@utdallas.edu>
Mon, 16 Jul 2018 20:36:40 +0000 (15:36 -0500)
committerOmer Ozarslan <omer@utdallas.edu>
Mon, 16 Jul 2018 20:50:44 +0000 (15:50 -0500)
README.md

index 966c97fab610aaae397a364f4139c38a3b2c0b1c..7e1719c6733a8b3c36e5822ae93dcb8c1366246d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,12 +35,14 @@ The versions specified may be higher than those actually needed.
     $ make
     $ make check
     $ make install
+    $ sudo ldconfig
 
 in this directory to set everything up.  autoreconf calls all of the
 necessary tools for you, like autoconf, automake, autoheader, etc.  If
 you ever change something during development, run autoreconf again
 (without --install), and it will perform the minimum set of actions
-necessary.
+necessary.  Check is installed to `/usr/local/lib` by default. ldconfig rebuilds
+the linker cache so that newly installed library file is included in the cache.
 
 ## cmake