Skip to content

Commit

Permalink
Merge pull request #164 from ozars/readme-fix
Browse files Browse the repository at this point in the history
Mention rebuilding linker cache in README
  • Loading branch information
brarcher authored Jul 17, 2018
2 parents 75a0a8c + 110bf71 commit 0ab1f81
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 0ab1f81

Please sign in to comment.