about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 4 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 34c24bd..b359a67 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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