diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 21:14:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 21:14:52 +0000 |
commit | 41a1292705efee96f8b9e9b1c4a3c4eaff757a66 (patch) | |
tree | 1aa32932e6ad0d4918e4ee3b92d23984b45bf17c /INSTALL | |
parent | 578d541c830194dc4445237d7fefdd0f6c73f031 (diff) | |
download | pamela-41a1292705efee96f8b9e9b1c4a3c4eaff757a66.tar.xz |
Install static libs in /usr/lib by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -6,13 +6,13 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.14.3.0 or later: http://skarnet.org/software/skalibs/ - Linux-PAM version 1.3.0 or later: http://www.linux-pam.org/library/ This software will run on any operating system that implements POSIX.1-2008, available at: http://pubs.opengroup.org/onlinepubs/9699919799/ -as well as Linux-PAM. As of November 2022, this means only Linux. +as well as Linux-PAM. As of September 2024, this means only Linux. * Standard usage @@ -21,15 +21,8 @@ as well as Linux-PAM. As of November 2022, this means only Linux. ./configure && make && sudo make install will work for most users. - It will install the pamelad binary in /libexec, -the static library in /usr/lib/pamela, -and the shared library in /lib. - - Please note that static libraries in /usr/lib/pamela *will not* -be found by a default linker invocation: you need -L/usr/lib/pamela. -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. + It will install the pamelad binary in /libexec, the static library +in /usr/lib, and the shared library in /lib. 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 |