Skip to content

Commit

Permalink
Mention rebuilding linker cache in README (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozars committed Jul 16, 2018
1 parent 75a0a8c commit 110bf71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 110bf71

Please sign in to comment.