From 110bf7150f9e508977d3d0404df78e93406b5b09 Mon Sep 17 00:00:00 2001 From: Omer Ozarslan Date: Mon, 16 Jul 2018 15:36:40 -0500 Subject: [PATCH] Mention rebuilding linker cache in README (#155) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 966c97f..7e1719c 100644 --- 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 -- 2.50.1