diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 08:12:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 08:12:22 +0000 |
commit | d74c4a3c123b2a548268d4468ee45f8ab12b3c97 (patch) | |
tree | 68177acf6655a1184d63cee34485566d1b942dfe /INSTALL | |
parent | d5cbc9e0bb473e3bb9c7a783d0efafdfcf27d460 (diff) | |
download | bcnm-d74c4a3c123b2a548268d4468ee45f8ab12b3c97.tar.xz |
Fix INSTALL message: static lib location
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -19,7 +19,14 @@ other Unix-like operating systems. ./configure && make && sudo make install will work for most users. - It will install the binaries in /usr/bin and the libraries in /usr/lib. + It will install the binaries in /usr/bin and the libraries in /usr/lib/bcnm. + + Please note that static libraries in /usr/lib/bcnm *will not* +be found by a default linker invocation: you need -L/usr/lib/bcnm. +Other skarnet.org software automatically handles that case if the +default configuration is used, but if you change the configuration, +remember to use the appropriate --with-lib configure option. + You can strip the binaries and libraries of their extra symbols via "make strip" before the "make install" phase. It will shave a few bytes |